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 39c7660 commit ec18d9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/preview-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,20 +103,20 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-ecosystem/action-get-latest-tag@v1
id: get-latest-tag
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: rubyfmt-source-release
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: rubyfmt-release-artifact-ubuntu-20.04-aarch64-unknown-linux-gnu
- run: |
# The arch part of this path is set with uname, but we cross-compile the arm build on
# an x86 machine, so we want to make sure the name is correct for the release
mv rubyfmt-${{ steps.get-latest-tag.outputs.tag }}-Linux-x86_64.tar.gz rubyfmt-${{ steps.get-latest-tag.outputs.tag }}-Linux-aarch64.tar.gz
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: rubyfmt-release-artifact-ubuntu-20.04-native
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: rubyfmt-release-artifact-macos-latest-native
- name: Upload Release
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ jobs:
- build
- source-release
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: rubyfmt-source-release
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: rubyfmt-release-artifact-ubuntu-latest
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: rubyfmt-release-artifact-macos-latest
- name: Ship It 🚢
Expand Down

0 comments on commit ec18d9c

Please sign in to comment.