Skip to content

Commit

Permalink
update upload artifact version in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
laurci committed Feb 3, 2025
1 parent 34eed25 commit 001f5aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
- name: Upload test report
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pytest-report-${{ github.run_id }}
path: reports/report.html
Expand Down

0 comments on commit 001f5aa

Please sign in to comment.