diff --git a/.github/workflows/test_bluegreen.yml b/.github/workflows/test_bluegreen.yml index 946a039..46951a6 100644 --- a/.github/workflows/test_bluegreen.yml +++ b/.github/workflows/test_bluegreen.yml @@ -48,7 +48,7 @@ jobs: - name: Download latest Shopware id: download-artifact - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 with: github_token: ${{secrets.GITHUB_TOKEN}} workflow: create-release.yml diff --git a/.github/workflows/test_general.yml b/.github/workflows/test_general.yml index c54a8b6..8070517 100644 --- a/.github/workflows/test_general.yml +++ b/.github/workflows/test_general.yml @@ -32,7 +32,7 @@ jobs: - name: Download latest Shopware id: download-artifact - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 with: github_token: ${{secrets.GITHUB_TOKEN}} workflow: create-release.yml diff --git a/.github/workflows/test_installer.yml b/.github/workflows/test_installer.yml index 96f0e55..81c41b7 100644 --- a/.github/workflows/test_installer.yml +++ b/.github/workflows/test_installer.yml @@ -32,7 +32,7 @@ jobs: - name: Download latest Shopware id: download-artifact - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 with: github_token: ${{secrets.GITHUB_TOKEN}} workflow: create-release.yml