We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 316bfc6 commit a0be52fCopy full SHA for a0be52f
2 files changed
.github/workflows/cifuzz.yml
@@ -19,7 +19,7 @@ jobs:
19
dry-run: false
20
language: go
21
- name: Upload Crash
22
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
23
if: failure() && steps.build.outcome == 'success'
24
with:
25
name: artifacts
.github/workflows/go-versions-test.yml
@@ -28,7 +28,7 @@ jobs:
28
./test-go-versions.sh --output ./test-results $VERSIONS
29
30
- name: Upload test results
31
32
33
name: go-versions-test-results
34
path: |
0 commit comments