Skip to content

Commit

Permalink
Updated to actions/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmusselsmark committed Sep 16, 2024
1 parent c35c6db commit 4f69f46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
run: docker compose run web flake8
- name: Test
run: docker compose run web ./manage.py test
- uses: actions/upload-artifact@v2.1.4
- uses: actions/upload-artifact@v4.4.0
if: always()
with:
name: selenium-screens
path: ./test-screens
- name: Create and upload UML diagram
run: mkdir -p UML && docker compose run web ./manage.py graph_models members -o UML/UML_diagram.png
- uses: actions/upload-artifact@v2.1.4
- uses: actions/upload-artifact@v4.4.0
with:
name: UML_diagram.png
path: UML

0 comments on commit 4f69f46

Please sign in to comment.