diff --git a/.github/workflows/__deploy.yml b/.github/workflows/__deploy.yml index 80b06bb..77dca49 100644 --- a/.github/workflows/__deploy.yml +++ b/.github/workflows/__deploy.yml @@ -38,7 +38,7 @@ jobs: if: inputs.release-tag != 'null' && !startsWith(inputs.deploy-to, 'submodule:') steps: - name: Download Artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: build-artifact-${{ inputs.environment }} path: dist/ @@ -79,7 +79,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download Artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: build-artifact-${{ inputs.environment }} path: dist/ diff --git a/.github/workflows/__sonarcloud.yml b/.github/workflows/__sonarcloud.yml index e63c173..b820357 100644 --- a/.github/workflows/__sonarcloud.yml +++ b/.github/workflows/__sonarcloud.yml @@ -33,7 +33,7 @@ jobs: - name: Download Coverage Report if: inputs.coverage-artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: ${{ inputs.coverage-artifact }} continue-on-error: true