Skip to content

Commit e36f1a8

Browse files
chore(deps): update github artifact actions
Generated by renovateBot
1 parent 97a7523 commit e36f1a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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@v6
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
@@ -60,7 +60,7 @@ jobs:
6060
shell: bash
6161

6262
- name: Upload coverage and report files
63-
uses: actions/upload-artifact@v4
63+
uses: actions/upload-artifact@v6
6464
with:
6565
name: ${{ hashFiles('./outputs') || 'none' }}
6666
path: ./outputs
@@ -78,7 +78,7 @@ jobs:
7878
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
7979

8080
- name: Download artifacts
81-
uses: actions/download-artifact@v5
81+
uses: actions/download-artifact@v7
8282
with:
8383
path: ./outputs
8484

0 commit comments

Comments
 (0)