Skip to content

Commit

Permalink
Merge pull request #4 from shopware5/dependabot/github_actions/dot-gi…
Browse files Browse the repository at this point in the history
…thub/workflows/dawidd6/action-download-artifact-6

Bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows
  • Loading branch information
mitelg authored Nov 25, 2024
2 parents 0998834 + 819370d commit 34ad075
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_bluegreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34ad075

Please sign in to comment.