Skip to content

Commit

Permalink
Upgrade Github action actions/upload-artifact from v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane Senart committed Jan 2, 2025
1 parent 5eacfb7 commit 811ee40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
pytest tests --doctest-modules --junitxml=junit/test-results-${{ matrix.python-version }}.xml --cov=pyveoliaidf --cov-report=xml --cov-report=html --log-cli-level=DEBUG --log-cli-format="%(asctime)s %(levelname)s [%(name)s] %(message)s"
- name: Upload pytest test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pytest-results-${{ matrix.python-version }}
path: |
Expand Down

0 comments on commit 811ee40

Please sign in to comment.