Skip to content

Commit

Permalink
Update github_lab1_pytest_action.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ramin Mohammadi <26876927+raminmohammadi@users.noreply.github.com>
  • Loading branch information
raminmohammadi authored Sep 10, 2024
1 parent 5246b62 commit b2521d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_lab1_pytest_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Upload test results
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-results
path: pytest-report.xml
Expand Down

0 comments on commit b2521d2

Please sign in to comment.