diff --git a/.github/workflows/gametestresults.yml b/.github/workflows/gametestresults.yml index 5a3ccbf..0df509d 100644 --- a/.github/workflows/gametestresults.yml +++ b/.github/workflows/gametestresults.yml @@ -27,7 +27,7 @@ jobs: working-directory: .github/scripts - name: Download test logs - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: game-test-logs github-token: ${{ secrets.GITHUB_TOKEN }}