We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d7399b commit fdf196fCopy full SHA for fdf196f
2 files changed
.github/workflows/cifuzz.yml
@@ -30,7 +30,7 @@ jobs:
30
output-sarif: true
31
32
- name: Upload Crash
33
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
34
if: failure() && steps.build.outcome == 'success'
35
with:
36
name: artifacts
.github/workflows/test.yml
@@ -68,7 +68,7 @@ jobs:
68
shell: bash
69
70
- name: Upload coverage and report files
71
72
73
name: ${{ hashFiles('./outputs') || 'none' }}
74
path: ./outputs
@@ -86,7 +86,7 @@ jobs:
86
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
87
88
- name: Download artifacts
89
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v8
90
91
92
0 commit comments