Skip to content

Commit

Permalink
Bump GH artifact version
Browse files Browse the repository at this point in the history
Signed-off-by: Samet Akcay <[email protected]>
  • Loading branch information
samet-akcay committed Jan 17, 2025
1 parent 21f4b6b commit b97d463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/pytest/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ runs:
- name: Upload test results
if: always() && steps.test-execution.outcome == 'failure'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pytest-results-${{ inputs.test-type }}
path: pytest_output.log
Expand Down

0 comments on commit b97d463

Please sign in to comment.