Skip to content

Commit

Permalink
Merge pull request #304 from lvgig/hotfix/upload-artifact-v2-deprecation
Browse files Browse the repository at this point in the history
update upload-artifact GH action version
  • Loading branch information
Chip2916 authored Sep 12, 2024
2 parents 9c1d4bc + 62ab24f commit 1ffa659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Upload coverage pytest html test results to github
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: coverage-html-pytest-results
path: htmlcov
Expand Down

0 comments on commit 1ffa659

Please sign in to comment.