Skip to content

Commit

Permalink
Update ci.yml actions/upload-artifact to v4 (#33)
Browse files Browse the repository at this point in the history
* Update ci.yml actions/upload-artifact to v4

* Update .github/workflows/ci.yml
  • Loading branch information
reakaleek authored Sep 13, 2024
1 parent 655280b commit 672b75a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Store test results
if: success() || failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-results
name: test-results-${{ matrix.go-version }}-${{ matrix.os }}
path: build/junit*.xml

0 comments on commit 672b75a

Please sign in to comment.