Skip to content

Commit

Permalink
⬆️ Update actions/upload-artifact action to v4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 19, 2024
1 parent efb2b24 commit 7a20187
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].1
uses: actions/[email protected].2
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].1
uses: actions/[email protected].2
with:
name: coverage-${{ matrix.python }}
path: .coverage
Expand Down

0 comments on commit 7a20187

Please sign in to comment.