Skip to content

Commit 482f8f2

Browse files
authored
Merge pull request #6 from OxidizeLabs/dependabot/github_actions/actions/upload-artifact-7
ci: bump actions/upload-artifact from 6 to 7
2 parents 601974d + ab915ce commit 482f8f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: cargo bench --workspace --no-fail-fast | tee bench-output.txt
3131

3232
- name: Upload benchmark output
33-
uses: actions/upload-artifact@v6
33+
uses: actions/upload-artifact@v7
3434
if: always()
3535
with:
3636
name: bench-output-${{ github.sha }}

0 commit comments

Comments
 (0)