diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 50de980b..8ac86b18 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -226,7 +226,7 @@ jobs: - name: Upload benchmark results if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: benchmark-results path: | diff --git a/.github/workflows/build-ffi-libs.yml b/.github/workflows/build-ffi-libs.yml index 79b216a1..028803d6 100644 --- a/.github/workflows/build-ffi-libs.yml +++ b/.github/workflows/build-ffi-libs.yml @@ -168,7 +168,7 @@ jobs: file artifacts/${{ matrix.lib_dir }}/${{ matrix.lib_name }} - name: Upload artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ffi-lib-${{ matrix.platform }}-${{ matrix.arch }} path: artifacts/${{ matrix.lib_dir }}/${{ matrix.lib_name }} @@ -239,7 +239,7 @@ jobs: Get-ChildItem artifacts/${{ matrix.lib_dir }} - name: Upload artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ffi-lib-${{ matrix.platform }}-${{ matrix.arch }} path: artifacts/${{ matrix.lib_dir }}/${{ matrix.lib_name }} diff --git a/.github/workflows/gcp-artifact-registry.yml b/.github/workflows/gcp-artifact-registry.yml index fe471ec3..05b3245d 100644 --- a/.github/workflows/gcp-artifact-registry.yml +++ b/.github/workflows/gcp-artifact-registry.yml @@ -171,7 +171,7 @@ jobs: echo "Hash: $(cat hashes/${{ matrix.image }}-${{ matrix.runner }}.txt)" - name: Upload hash artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: hash-${{ matrix.image }}-${{ matrix.runner }} path: hashes/