Skip to content

Commit

Permalink
Merge pull request #1884 from riganti/fix/actions-deprecated-artifact…
Browse files Browse the repository at this point in the history
…-upload

Upgraded actions/upload-artifact from deprecated version
  • Loading branch information
tomasherceg authored Dec 20, 2024
2 parents 9bc5561 + 5b9904d commit 1fff36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/test-report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ inputs:
runs:
using: composite
steps:
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ inputs.report-name }}
path: ${{ inputs.trx-path }}
Expand Down

0 comments on commit 1fff36f

Please sign in to comment.