Skip to content

Commit d605fce

Browse files
angular-robotalan-agius4
authored andcommitted
build: update actions/upload-artifact action to v4
1 parent 64ed9a6 commit d605fce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: yarn ng-dev release build
8383
- name: Store PR release packages
8484
if: github.event_name == 'pull_request'
85-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
85+
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
8686
with:
8787
name: packages
8888
path: dist/releases/*.tgz
@@ -186,7 +186,7 @@ jobs:
186186
./scripts/saucelabs/wait-for-tunnel.sh
187187
yarn bazel test --config=saucelabs //tests/legacy-cli:e2e.saucelabs
188188
./scripts/saucelabs/stop-tunnel.sh
189-
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
189+
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
190190
if: ${{ failure() }}
191191
with:
192192
name: sauce-connect-log

0 commit comments

Comments
 (0)