Skip to content

Commit

Permalink
Merge pull request #9 from tilde-lab/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
blokhin committed Apr 15, 2024
2 parents 5956a81 + fd3da0c commit c6a0745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
pytest --junitxml=junit/test-results-${{ matrix.python-version }}.xml
- name: Upload pytest test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
# Use always() to always run this step to publish test results
# when there are test failures
if: always()
Expand Down

0 comments on commit c6a0745

Please sign in to comment.