Skip to content

Commit

Permalink
⬆️ Update actions/download-artifact action to v4.1.6 (#131)
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 Apr 22, 2024
1 parent 7a20187 commit 3c9cdd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
uses: actions/[email protected]

- name: ⤵️ Download artifact
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
name: ${{ env.FILE_NAME }}
path: template
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}

- name: ⤵️ Download artifact
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
name: ${{ env.FILE_NAME }}
path: template
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 @@ -51,7 +51,7 @@ jobs:
with:
fetch-depth: 0
- name: ⬇️ Download coverage data
uses: actions/[email protected].5
uses: actions/[email protected].6
- name: 🏗 Set up Poetry
run: pipx install poetry
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
Expand Down

0 comments on commit 3c9cdd6

Please sign in to comment.