We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ce727 commit f0037b0Copy full SHA for f0037b0
1 file changed
.github/workflows/test-report.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Download test report file
12
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
13
with:
14
github-token: ${{ secrets.GH_DOWNLOAD_TOKEN }}
15
pattern: test-results*
0 commit comments