File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 //tests/legacy-cli:e2e.esbuild_node22 \
119119 --platforms=tools:windows_x64
120120 - name : Store built Windows E2E tests
121- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
121+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
122122 with :
123123 name : win-e2e-build-artifacts
124124 path : |
@@ -143,7 +143,7 @@ jobs:
143143 - name : Install node modules
144144 run : pnpm install --frozen-lockfile
145145 - name : Download built Windows E2E tests
146- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
146+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
147147 with :
148148 name : win-e2e-build-artifacts
149149 path : dist/bin/tests/legacy-cli/
@@ -235,7 +235,7 @@ jobs:
235235 ./scripts/saucelabs/wait-for-tunnel.sh
236236 pnpm bazel test --config=saucelabs //tests/legacy-cli:e2e.saucelabs
237237 ./scripts/saucelabs/stop-tunnel.sh
238- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
238+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
239239 if : ${{ failure() }}
240240 with :
241241 name : sauce-connect-log
Original file line number Diff line number Diff line change 8282 - name : Build release targets
8383 run : pnpm ng-dev release build
8484 - name : Store PR release packages
85- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
85+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8686 with :
8787 name : packages
8888 path : dist/releases/*.tgz
@@ -143,7 +143,7 @@ jobs:
143143 //tests/legacy-cli:e2e.esbuild_node22 \
144144 --platforms=tools:windows_x64
145145 - name : Store built Windows E2E tests
146- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
146+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
147147 with :
148148 name : win-e2e-build-artifacts
149149 path : |
@@ -161,7 +161,7 @@ jobs:
161161 - name : Install node modules
162162 run : pnpm install --frozen-lockfile
163163 - name : Download built Windows E2E tests
164- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
164+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
165165 with :
166166 name : win-e2e-build-artifacts
167167 path : dist/bin/tests/legacy-cli/
Original file line number Diff line number Diff line change 3838
3939 # Upload the results as artifacts.
4040 - name : ' Upload artifact'
41- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
41+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4242 with :
4343 name : SARIF file
4444 path : results.sarif
You can’t perform that action at this time.
0 commit comments