Skip to content

Commit

Permalink
Use upload-artifacts@v4 action
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongin committed Jan 31, 2025
1 parent 3887afc commit fb483b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ jobs:
continue-on-error: true

- name: Upload test logs
# upload-artifact@v4 breaks the test reporter: https://github.com/dorny/test-reporter/issues/343
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-logs-${{ matrix.os }}-${{matrix.dotnet-version}}-node${{matrix.node-version}}-${{matrix.configuration}}
path: |
Expand Down

0 comments on commit fb483b7

Please sign in to comment.