File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ jobs:
312312
313313 - name : Upload baseline diff artifact
314314 if : ${{ failure() && steps.check-baselines.conclusion == 'failure' }}
315- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
315+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
316316 with :
317317 name : fix_baselines.patch
318318 path : fix_baselines.patch
Original file line number Diff line number Diff line change 4444 npm pack ./
4545 mv typescript-*.tgz typescript.tgz
4646 - name : Upload built tarfile
47- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
47+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
4848 with :
4949 name : tgz
5050 path : typescript.tgz
Original file line number Diff line number Diff line change 4747 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4848 # format to the repository Actions tab.
4949 - name : ' Upload artifact'
50- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
50+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
5151 with :
5252 name : SARIF file
5353 path : results.sarif
You can’t perform that action at this time.
0 commit comments