1 Commits

Author SHA1 Message Date
dependabot[bot]
074b80f6c6 Bump actions/upload-artifact from 3 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-09 03:20:35 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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@v4 uses: actions/upload-artifact@v5
with: with:
name: benchmark-results name: benchmark-results
path: target/criterion/ path: target/criterion/

View File

@@ -149,7 +149,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@v4 uses: actions/upload-artifact@v5
with: with:
name: piglet-${{ matrix.target }} name: piglet-${{ matrix.target }}
path: target/${{ matrix.target }}/release/piglet path: target/${{ matrix.target }}/release/piglet