File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ jobs:
341341 - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
342342 with :
343343 node-version-file : package.json
344- - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
344+ - uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
345345 with :
346346 pattern : " *.logs"
347347 - run : node .github/workflows/bats/summarize.mjs
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146146 with :
147147 persist-credentials : false
148148 - uses : ./.github/actions/yarn-install
149- - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
149+ - uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.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@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
202+ - uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
203203 name : Download artifact
204204 with :
205205 name : Rancher Desktop-mac.${{ matrix.arch }}.zip
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 cancel-in-progress : true
104104 runs-on : ubuntu-latest
105105 steps :
106- - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
106+ - uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
107107 with :
108108 pattern : screenshots-*.zip
109109 merge-multiple : true
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139139 >> "$GITHUB_ENV"
140140
141141 - name : Download artifacts
142- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
142+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
143143 with :
144144 name : application-${{ matrix.platform }}.zip
145145 - run : ${{ env.EXEC_COMMAND }} .github/workflows/smoke-test/smoke-test.sh
@@ -203,7 +203,7 @@ jobs:
203203 sudo --user=ci-user mkdir "$RD_LOGS_DIR"
204204
205205 - name : Download AppImage
206- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
206+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
207207 with :
208208 name : application-linux.AppImage
209209
Original file line number Diff line number Diff line change @@ -66,25 +66,25 @@ jobs:
6666 persist-credentials : true
6767 - name : Download installer (msi)
6868 id : msi
69- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
69+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.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@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
75+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.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@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
81+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.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@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
87+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
8888 with :
8989 name : build-info.yml
9090 path : RD_BUILD_INFO
You can’t perform that action at this time.
0 commit comments