Skip to content

Commit

Permalink
Merge pull request #1108 from CodingPirates/upgrade-upload-artifacts-…
Browse files Browse the repository at this point in the history
…action

Updated to actions/[email protected]
  • Loading branch information
lakridserne authored Sep 16, 2024
2 parents c35c6db + 4f69f46 commit 98a55a8
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 98a55a8

Please sign in to comment.