Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -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/
Expand All@@ -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
Expand Down
Loading