Skip to content

Commit

Permalink
feat: bump action version
Browse files Browse the repository at this point in the history
  • Loading branch information
aksmo committed Mar 6, 2024
1 parent 0edc42e commit 8e50506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
gotestsum --format standard-verbose --junitfile ./reports/junit.xml --raw-command -- go test -parallel 5 --json ./...;
- name: Upload Test Results
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Unit Test Results
path: reports/*.xml

0 comments on commit 8e50506

Please sign in to comment.