Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 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 2 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...v4.1.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent b6a812a commit 4418d34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
needs: build
steps:
- name: Download all Linux arifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
path: ./my_artifacts

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
needs: build
steps:
- name: Download all OSX arifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
path: ./my_artifacts

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
needs: build
steps:
- name: Download all Windows arifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
path: ./my_artifacts

Expand Down

0 comments on commit 4418d34

Please sign in to comment.