Skip to content

Commit 2da1611

Browse files
authored
Merge pull request #3155 from skaut/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 8563988 + 83df111 commit 2da1611

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
npm ci
133133
134134
- name: "Download build artifact"
135-
uses: actions/download-artifact@v5
135+
uses: actions/download-artifact@v6
136136
with:
137137
name: "build-artifact"
138138
path: dist
@@ -206,7 +206,7 @@ jobs:
206206
npm ci
207207
208208
- name: "Download build artifact"
209-
uses: actions/download-artifact@v5
209+
uses: actions/download-artifact@v6
210210
with:
211211
name: "build-artifact"
212212
path: dist
@@ -231,7 +231,7 @@ jobs:
231231
needs: build
232232
steps:
233233
- name: "Download build artifact"
234-
uses: actions/download-artifact@v5
234+
uses: actions/download-artifact@v6
235235
with:
236236
name: "build-artifact"
237237
path: skaut-google-drive-gallery

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
version: ${{ env.cache-version }}
7171

7272
- name: "Download artifact"
73-
uses: actions/download-artifact@v5
73+
uses: actions/download-artifact@v6
7474
with:
7575
name: "build-artifact"
7676
path: dist

0 commit comments

Comments
 (0)