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.
2 parents 9edf1b4 + bac9e2a commit 2d91972Copy full SHA for 2d91972
.github/workflows/benchmark.yml
@@ -22,7 +22,7 @@ jobs:
22
disk-cache: ${{ github.workflow }}
23
repository-cache: true
24
- uses: ./.github/actions/bazel-benchmark
25
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
26
with:
27
name: event.json
28
path: ${{ github.event_path }}
.github/workflows/oss-fuzz.yml
@@ -27,7 +27,7 @@ jobs:
oss-fuzz-project-name: 'mtail'
dry-run: false
29
- name: Upload Crash
30
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
31
if: failure() && steps.build.outcome == 'success'
32
33
name: artifacts
0 commit comments