Skip to content

Commit

Permalink
⬆️ Update actions/upload-artifact action to v4.5.0 (#216)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent f867f26 commit a2a82bc
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/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
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/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: coverage-${{ matrix.python }}
include-hidden-files: true
Expand Down

0 comments on commit a2a82bc

Please sign in to comment.