diff --git a/.github/workflows/password-tool.yml b/.github/workflows/password-tool.yml index a53c5ff..d85d9db 100644 --- a/.github/workflows/password-tool.yml +++ b/.github/workflows/password-tool.yml @@ -30,7 +30,7 @@ jobs: bash builder.sh -p bash builder.sh -i shell: bash - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: scripts path: | @@ -43,7 +43,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 @@ -59,7 +59,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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 31abc49..074e905 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file. ### Changed +- Update upload and download artifact actions to v4 ([#198](https://github.com/wazuh/wazuh-installation-assistant/pull/198)) - Add venv to installation assistant workflows ([#134](https://github.com/wazuh/wazuh-installation-assistant/pull/134)) ### Fixed