diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index e067b1c..bb99569 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -55,7 +55,7 @@ jobs: alert-comment-cc-users: '@hamze' - name: Upload benchmark results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: benchmarks path: target/criterion \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 60c02f8..8891f99 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -125,7 +125,7 @@ jobs: OUTPUT: CHANGELOG-generated.md - name: Upload Changelog - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: changelog path: CHANGELOG-generated.md \ No newline at end of file