Skip to content

Commit

Permalink
Bump actions/upload-artifact to v4 (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek authored Sep 11, 2024
1 parent 4c786ea commit 6c0379a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ 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-windows
path: build/output/junit-*.xml

test-linux:
Expand All @@ -79,7 +79,7 @@ jobs:

- name: Store test results
if: success() || failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-results
path: build/output/junit-*.xml
name: test-results-linux
path: build/output/junit-*.xml

0 comments on commit 6c0379a

Please sign in to comment.