Skip to content

Commit 3a28fa6

Browse files
build(deps): bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9a48049 commit 3a28fa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo \`\`\`
3535
} > "$GITHUB_STEP_SUMMARY"
3636
- name: Upload coverage report
37-
uses: actions/upload-artifact@v6
37+
uses: actions/upload-artifact@v7
3838
with:
3939
name: coverage-${{ github.sha }}
4040
path: coverage/

.github/workflows/oss-fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fuzz-seconds: 600
2121
dry-run: false
2222
- name: Upload Crash
23-
uses: actions/upload-artifact@v6
23+
uses: actions/upload-artifact@v7
2424
if: failure()
2525
with:
2626
name: artifacts

0 commit comments

Comments
 (0)