diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 530a78ab..271a645c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -285,7 +285,7 @@ jobs: "$BIN" dataset push --help >/dev/null - name: Upload binary as artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: tracebloc-${{ matrix.os }}-${{ matrix.arch }} path: dist/tracebloc-${{ matrix.os }}-${{ matrix.arch }}${{ matrix.ext }} diff --git a/.github/workflows/mutation.yml b/.github/workflows/mutation.yml index 0bc26267..118b4bbf 100644 --- a/.github/workflows/mutation.yml +++ b/.github/workflows/mutation.yml @@ -110,7 +110,7 @@ jobs: - name: Upload machine-readable report if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: gremlins-report path: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e63cb11..027eafd1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -153,7 +153,7 @@ jobs: cat "$BIN_NAME.sha256" - name: Upload per-matrix artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: dist-${{ matrix.os }}-${{ matrix.arch }} path: dist/ @@ -174,7 +174,7 @@ jobs: ref: ${{ inputs.ref || github.ref }} - name: Download all matrix artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: dist/ merge-multiple: true