diff --git a/.github/workflows/integration-run-master.yaml b/.github/workflows/integration-run-master.yaml index c432b747e36..2ad998b3868 100644 --- a/.github/workflows/integration-run-master.yaml +++ b/.github/workflows/integration-run-master.yaml @@ -22,7 +22,7 @@ jobs: path: ci - name: Download docker image from build artifacts - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: integration-build-docker-master.yaml diff --git a/.github/workflows/integration-run-pr.yaml b/.github/workflows/integration-run-pr.yaml index b4035c956d3..2ea45752d9b 100644 --- a/.github/workflows/integration-run-pr.yaml +++ b/.github/workflows/integration-run-pr.yaml @@ -31,7 +31,7 @@ jobs: time: '15s' - name: Download docker image from build artifacts - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: integration-build-pr.yaml diff --git a/.github/workflows/publish-release.yaml b/.github/workflows/publish-release.yaml index 04c27be0337..e21c94fbf30 100644 --- a/.github/workflows/publish-release.yaml +++ b/.github/workflows/publish-release.yaml @@ -41,7 +41,7 @@ jobs: flags: 'g' - name: Download docker image from build artifacts - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 with: github_token: "${{ secrets.GITHUB_TOKEN }}" workflow: build-release.yml @@ -256,7 +256,7 @@ jobs: flags: 'g' - name: Download distro package from build artifacts - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 with: github_token: "${{ secrets.GITHUB_TOKEN }}" workflow: build-release.yml