Skip to content

Commit

Permalink
⬆️ Update actions/download-artifact action to v4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 19, 2024
1 parent 866b7db commit efb2b24
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].4
uses: actions/[email protected].5
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].4
uses: actions/[email protected].5
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].4
uses: actions/[email protected].5
- name: 🏗 Set up Poetry
run: pipx install poetry
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
Expand Down

0 comments on commit efb2b24

Please sign in to comment.