Update GitHub Actions to use v4 artifacts and dependency review

- Update actions/upload-artifact from v3 to v4
- Update actions/dependency-review-action from v3 to v4
- Fix deprecated action warnings

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-09 03:13:42 +01:00
parent a520e7d69b
commit 6d85c31779
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ jobs:
run: cargo bench --no-fail-fast
- name: Upload benchmark results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: benchmark-results
path: target/criterion/