Skip to content

Commit

Permalink
Merge pull request #5 from kostrykin/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
kostrykin authored Feb 16, 2024
2 parents d5e5126 + 628b9ee commit 0888f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
python -m coverage json --omit "*/tests.py,*/migrations/*.py,manage.py"
-
name: Upload coverage results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: strategy.job-index == 0
with:
name: coverage
Expand Down

0 comments on commit 0888f56

Please sign in to comment.