We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3225aa2 + 81dd7f4 commit b367721Copy full SHA for b367721
.github/workflows/fedora.yml
@@ -49,7 +49,7 @@ jobs:
49
run: ctest -C ${{env.BUILD_TYPE}}
50
51
- name: Upload Test Results
52
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v5
53
if: ${{ always() }}
54
with:
55
name: Test Results(${{ matrix.os }})
.github/workflows/offscreen.yml
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
- uses: actions/upload-artifact@v4
61
62
63
0 commit comments