Skip to content

Commit

Permalink
ci: bump actions/upload-artifact to v4 (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id authored Feb 5, 2025
1 parent 70d5e5e commit c6550b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-race.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
run: |
xargs --arg-file=pkgs.txt.part.${{ matrix.part }} go test -mod=readonly -timeout 30m -race -tags='cgo ledger test_ledger_mock'
if: env.GIT_DIFF
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: "${{ github.sha }}-${{ matrix.part }}-race-output"
path: ./${{ matrix.part }}-race-output.txt

0 comments on commit c6550b0

Please sign in to comment.