Skip to content

Commit

Permalink
⬆️ Update actions/upload-artifact action to v4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 23, 2024
1 parent a240dea commit 68a9b1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
cat template/${{ env.FILE_NAME }}
- name: ⬆️ Upload artifact
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
name: ${{ env.FILE_NAME }}
path: template/${{ env.FILE_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion template/.github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: 🚀 Run pytest
run: poetry run pytest -v --cov src tests
- name: ⬆️ Upload coverage artifact
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
name: coverage-${{ matrix.python }}
path: .coverage
Expand Down

0 comments on commit 68a9b1f

Please sign in to comment.