Skip to content

Commit fdf196f

Browse files
Update GitHub Artifact Actions
Generated by renovateBot
1 parent 8d7399b commit fdf196f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cifuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
output-sarif: true
3131

3232
- name: Upload Crash
33-
uses: actions/upload-artifact@v4
33+
uses: actions/upload-artifact@v7
3434
if: failure() && steps.build.outcome == 'success'
3535
with:
3636
name: artifacts

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
shell: bash
6969

7070
- name: Upload coverage and report files
71-
uses: actions/upload-artifact@v4
71+
uses: actions/upload-artifact@v7
7272
with:
7373
name: ${{ hashFiles('./outputs') || 'none' }}
7474
path: ./outputs
@@ -86,7 +86,7 @@ jobs:
8686
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
8787

8888
- name: Download artifacts
89-
uses: actions/download-artifact@v5
89+
uses: actions/download-artifact@v8
9090
with:
9191
path: ./outputs
9292

0 commit comments

Comments
 (0)