Skip to content

Commit 2d91972

Browse files
Merge pull request #303 from jaqx0r/dependabot/github_actions/actions/upload-artifact-5
build(deps): bump actions/upload-artifact from 4 to 5
2 parents 9edf1b4 + bac9e2a commit 2d91972

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
disk-cache: ${{ github.workflow }}
2323
repository-cache: true
2424
- uses: ./.github/actions/bazel-benchmark
25-
- uses: actions/upload-artifact@v4
25+
- uses: actions/upload-artifact@v5
2626
with:
2727
name: event.json
2828
path: ${{ github.event_path }}

.github/workflows/oss-fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
oss-fuzz-project-name: 'mtail'
2828
dry-run: false
2929
- name: Upload Crash
30-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-artifact@v5
3131
if: failure() && steps.build.outcome == 'success'
3232
with:
3333
name: artifacts

0 commit comments

Comments
 (0)