Skip to content

Commit

Permalink
chore(deps): update actions/download-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 12, 2024
1 parent 237b255 commit 9016506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: ⬇️ Checkout
uses: actions/checkout@v4
- name: 📦 Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
if: inputs.artifact-name && inputs.artifact-path
with:
name: ${{ inputs.artifact-name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: ⬇️ Checkout
uses: actions/checkout@v4
- name: 📦 Download license artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.license-artifact-name }}
path: ${{ inputs.license-artifact-path }}
Expand Down

0 comments on commit 9016506

Please sign in to comment.