Skip to content

Commit

Permalink
Merge pull request #179 from mugdhapolimera/workflow
Browse files Browse the repository at this point in the history
workflow updated to use new version of action/upload-artifact
  • Loading branch information
mugdhapolimera committed Dec 28, 2023
2 parents bc90edb + a47e2e0 commit ecaa7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Test with pytest
run: |
py.test
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: my-artifact
path: .coverage
Expand Down

0 comments on commit ecaa7ca

Please sign in to comment.