Skip to content

Commit 8475cec

Browse files
chore(deps): bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...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 f955a55 commit 8475cec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Checkout
8787
uses: actions/checkout@v6
8888

89-
- uses: actions/download-artifact@v7
89+
- uses: actions/download-artifact@v8
9090
with:
9191
name: archive
9292

@@ -132,7 +132,7 @@ jobs:
132132
- name: Checkout
133133
uses: actions/checkout@v6
134134

135-
- uses: actions/download-artifact@v7
135+
- uses: actions/download-artifact@v8
136136
with:
137137
name: archive
138138

0 commit comments

Comments
 (0)