We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce8ea0 commit a22f314Copy full SHA for a22f314
1 file changed
.github/workflows/ci.yaml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Upload test logs
35
if: failure()
36
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
37
with:
38
name: test-logs-${{ matrix.os }}-${{ hashFiles(matrix.folder) }}
39
path: |
0 commit comments