Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent c9f665b commit 45dc4c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
fetch-depth: 1
ssh-key: ${{ secrets.ACTIONS_DEPLOY_KEY }}

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
path: artifacts

Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
timeout-minutes: 10
if: startsWith(github.ref, 'refs/tags/arduino-')
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
path: artifacts

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
ssh-key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
submodules: recursive

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
path: ${{ github.workspace }}/artifacts

Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
ssh-key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
submodules: recursive

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
path: ${{ github.workspace }}/artifacts

Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
git config --system core.longpaths true # Circumvent msys path length limits.
git submodule update --init --recursive
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
path: ${{ github.workspace }}/artifacts

Expand Down

0 comments on commit 45dc4c0

Please sign in to comment.