Skip to content

Commit 3a57521

Browse files
Bump actions/download-artifact from 7 to 8 (#803)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8d7a966 commit 3a57521

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
id-token: write
107107
steps:
108108
- name: Download build artifacts
109-
uses: actions/download-artifact@v7
109+
uses: actions/download-artifact@v8
110110
with:
111111
name: dist
112112
path: dist/
@@ -160,7 +160,7 @@ jobs:
160160
id-token: write
161161
steps:
162162
- name: Download build artifacts
163-
uses: actions/download-artifact@v7
163+
uses: actions/download-artifact@v8
164164
with:
165165
name: dist
166166
path: dist/
@@ -175,7 +175,7 @@ jobs:
175175
uses: actions/checkout@v6
176176

177177
- name: Download release notes
178-
uses: actions/download-artifact@v7
178+
uses: actions/download-artifact@v8
179179
with:
180180
name: release_notes
181181
path: .

0 commit comments

Comments
 (0)