Skip to content

Commit 9bfa02c

Browse files
authored
Merge pull request #71 from MIA-Development-Team/dependabot/github_actions/actions/download-artifact-6
ci(deps): bump actions/download-artifact from 5 to 6
2 parents 296b596 + d0f0581 commit 9bfa02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gametestresults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
working-directory: .github/scripts
2828

2929
- name: Download test logs
30-
uses: actions/download-artifact@v5
30+
uses: actions/download-artifact@v6
3131
with:
3232
name: game-test-logs
3333
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)