Skip to content

Commit 3a7be2c

Browse files
authored
Merge pull request #9954 from rancher-sandbox/dependabot/github_actions/actions/download-artifact-8.0.0
build(deps): bump actions/download-artifact from 7.0.0 to 8.0.0
2 parents e294237 + b7c0680 commit 3a7be2c

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/bats.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ jobs:
337337
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
338338
with:
339339
node-version-file: package.json
340-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
340+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
341341
with:
342342
pattern: "*.logs"
343343
- run: node .github/workflows/bats/summarize.mjs

.github/workflows/package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
with:
147147
persist-credentials: false
148148
- uses: ./.github/actions/yarn-install
149-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
149+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
150150
name: Download artifact
151151
with:
152152
name: Rancher Desktop-win.zip
@@ -199,7 +199,7 @@ jobs:
199199
with:
200200
persist-credentials: false
201201
- uses: ./.github/actions/yarn-install
202-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
202+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
203203
name: Download artifact
204204
with:
205205
name: Rancher Desktop-mac.${{ matrix.arch }}.zip

.github/workflows/screenshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
cancel-in-progress: true
106106
runs-on: ubuntu-latest
107107
steps:
108-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
108+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
109109
with:
110110
pattern: screenshots-*.zip
111111
merge-multiple: true

.github/workflows/smoke-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
>> "$GITHUB_ENV"
148148
149149
- name: Download artifacts
150-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
150+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
151151
with:
152152
name: application-${{ matrix.platform }}.zip
153153
- run: ${{ env.EXEC_COMMAND }} .github/workflows/smoke-test/smoke-test.sh
@@ -278,7 +278,7 @@ jobs:
278278
user: ci-user
279279

280280
- name: Download AppImage
281-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
281+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
282282
with:
283283
name: application-linux.AppImage
284284

.github/workflows/upgrade-generate.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,25 +66,25 @@ jobs:
6666
persist-credentials: true
6767
- name: Download installer (msi)
6868
id: msi
69-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
69+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
7070
with:
7171
name: Rancher Desktop Setup.msi
7272
path: RD_SETUP_MSI
7373
- name: Download mac x86_64 archive
7474
id: mac_x86_64
75-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
75+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
7676
with:
7777
name: Rancher Desktop-mac.x86_64.zip
7878
path: MACX86_ZIP
7979
- name: Download mac aarch64 archive
8080
id: mac_aarch64
81-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
81+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
8282
with:
8383
name: Rancher Desktop-mac.aarch64.zip
8484
path: MACARM_ZIP
8585
- name: Download build information
8686
id: info
87-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
87+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
8888
with:
8989
name: build-info.yml
9090
path: RD_BUILD_INFO

0 commit comments

Comments
 (0)