Skip to content

Commit

Permalink
Updated actions/upload-artifact to v4.4.0...
Browse files Browse the repository at this point in the history
v1 was deprecated and stopped the test from working.
  • Loading branch information
fredericsimard authored Sep 11, 2024
1 parent 23e639b commit 7d215cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
pytest --ignore=./tests/test_integration.py --html=mobility-catalogs-unit-tests-report.html --self-contained-html
- name: Upload the HTML artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4.4.0
with:
name: mobility-catalogs-unit-tests-report-v${{ github.run_id }}.${{ github.run_number }}
path: mobility-catalogs-unit-tests-report.html
path: mobility-catalogs-unit-tests-report.html

0 comments on commit 7d215cd

Please sign in to comment.