diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 363ea5f..2a807cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,7 +95,7 @@ jobs: intervalSeconds: 20 - name: Download builds from Build multiarch image workflow artifacts - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v6 with: github_token: ${{secrets.GITHUB_TOKEN}} workflow: build-multiarch-image.yml @@ -152,7 +152,7 @@ jobs: intervalSeconds: 30 - name: Download artifact from CI workflow - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v6 with: workflow: ci.yml workflow_conclusion: success