Skip to content

Commit

Permalink
Update upload and checkout actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Enaraque committed Dec 16, 2024
1 parent 084855c commit 4a18e0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/offline-installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build wazuh-install script and use staging packages
run: bash builder.sh -i

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: script
path: ./wazuh-install.sh
Expand All @@ -43,7 +43,7 @@ jobs:
with:
ref: ${{ inputs.WAZUH_INSTALLATION_ASSISTANT_REFERENCE }}

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: script

Expand All @@ -61,7 +61,7 @@ jobs:
with:
ref: ${{ inputs.WAZUH_INSTALLATION_ASSISTANT_REFERENCE }}

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: script

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/password-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
bash builder.sh -p
bash builder.sh -i -d staging
shell: bash
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: scripts
path: |
Expand All @@ -26,7 +26,7 @@ jobs:
needs: Build-password-tool-and-wazuh-install-scripts
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: scripts
- name: Install wazuh
Expand All @@ -42,7 +42,7 @@ jobs:
needs: Build-password-tool-and-wazuh-install-scripts
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: scripts
- name: Install wazuh
Expand Down

0 comments on commit 4a18e0b

Please sign in to comment.