Skip to content

Commit

Permalink
Update to v3 upload-artifact
Browse files Browse the repository at this point in the history
Resolves a deprecation warning
  • Loading branch information
FreneticScribbler committed May 29, 2023
1 parent d8e3bab commit 79e3839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
pipenv run python3 manage.py collectstatic --noinput
- name: Run Tests
run: pipenv run pytest -n auto --cov
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: failure()
with:
name: failure-screenshots ${{ matrix.test-group }}
Expand Down

0 comments on commit 79e3839

Please sign in to comment.