Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact 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 9a40074 commit 4356585
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-gnu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

# Download web
- name: Download web
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: pisugar-web
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

# Download web
- name: Download web
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: pisugar-web
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: sed -e "s/.*replace-with.*//g" -i .cargo/config.toml

- name: Download all
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
path: |
download
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: sed -e "s/.*replace-with.*//g" -i .cargo/config.toml

- name: Download all
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: pisugar-all

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: sed -e "s/.*replace-with.*//g" -i .cargo/config.toml

- name: Download all
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: pisugar-all

Expand Down

0 comments on commit 4356585

Please sign in to comment.