diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index a1db6f3..5e0dd7c 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -36,7 +36,7 @@ jobs: run: cargo bench --no-fail-fast - name: Upload benchmark results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: benchmark-results path: target/criterion/ \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 375ac26..3969752 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,7 +149,7 @@ jobs: run: cargo build --release --target ${{ matrix.target }} --verbose - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: piglet-${{ matrix.target }} path: target/${{ matrix.target }}/release/piglet