Skip to content

Commit 888ad58

Browse files
chore(deps): bump actions/download-artifact from 4 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6aa3e56 commit 888ad58

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
steps:
6868
- uses: actions/checkout@v4
6969

70-
- uses: actions/download-artifact@v4
70+
- uses: actions/download-artifact@v8
7171
with:
7272
pattern: binary-*
7373
merge-multiple: true

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
repository: NodeOps-app/homebrew-tap
7171
token: ${{ secrets.TAP_GITHUB_TOKEN }}
7272

73-
- uses: actions/download-artifact@v4
73+
- uses: actions/download-artifact@v8
7474
with:
7575
pattern: binary-*
7676
merge-multiple: true

0 commit comments

Comments
 (0)