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:
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
|||||||
run: cargo bench --no-fail-fast
|
run: cargo bench --no-fail-fast
|
||||||
|
|
||||||
- name: Upload benchmark results
|
- name: Upload benchmark results
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: benchmark-results
|
name: benchmark-results
|
||||||
path: target/criterion/
|
path: target/criterion/
|
||||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -157,7 +157,7 @@ jobs:
|
|||||||
run: cargo build --release --target ${{ matrix.target }} --verbose
|
run: cargo build --release --target ${{ matrix.target }} --verbose
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: piglet-${{ matrix.target }}
|
name: piglet-${{ matrix.target }}
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
2
.github/workflows/security.yml
vendored
2
.github/workflows/security.yml
vendored
@@ -31,4 +31,4 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Dependency Review
|
- name: Dependency Review
|
||||||
uses: actions/dependency-review-action@v3
|
uses: actions/dependency-review-action@v4
|
||||||
Reference in New Issue
Block a user