File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 82
82
run : yarn ng-dev release build
83
83
- name : Store PR release packages
84
84
if : github.event_name == 'pull_request'
85
- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
85
+ uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
86
86
with :
87
87
name : packages
88
88
path : dist/releases/*.tgz
@@ -186,7 +186,7 @@ jobs:
186
186
./scripts/saucelabs/wait-for-tunnel.sh
187
187
yarn bazel test --config=saucelabs //tests/legacy-cli:e2e.saucelabs
188
188
./scripts/saucelabs/stop-tunnel.sh
189
- - uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
189
+ - uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
190
190
if : ${{ failure() }}
191
191
with :
192
192
name : sauce-connect-log
You can’t perform that action at this time.
0 commit comments