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 24925dd commit 1556758
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -489,31 +489,31 @@ jobs:
environment: Docker Hub
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: x86_64-unknown-linux-musl-bin
- run: |
chmod a+x aliyundrive-webdav
mv aliyundrive-webdav aliyundrive-webdav-amd64
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: i686-unknown-linux-musl-bin
- run: |
chmod a+x aliyundrive-webdav
mv aliyundrive-webdav aliyundrive-webdav-386
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: aarch64-unknown-linux-musl-bin
- run: |
chmod a+x aliyundrive-webdav
mv aliyundrive-webdav aliyundrive-webdav-arm64
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: armv7-unknown-linux-musleabihf-bin
- run: |
chmod a+x aliyundrive-webdav
mv aliyundrive-webdav aliyundrive-webdav-armv7
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: arm-unknown-linux-musleabihf-bin
- run: |
Expand Down Expand Up @@ -576,7 +576,7 @@ jobs:
if: "startsWith(github.ref, 'refs/tags/')"
needs: [ linux, macos ]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: wheels
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 1556758

Please sign in to comment.