File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 deployments : write
1616 steps :
1717 - name : 📥 Download artifact
18- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
18+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
1919 with :
2020 github-token : ${{ secrets.GITHUB_TOKEN }}
2121 run-id : ${{ github.event.workflow_run.id }}
Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ jobs:
4343 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
4444
4545 - name : 📥 Download artifact
46- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
46+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
4747 if : ${{ !inputs.sharded }}
4848 with :
4949 github-token : ${{ secrets.GITHUB_TOKEN }}
5050 run-id : ${{ github.event.workflow_run.id }}
5151 name : coverage
5252 path : coverage
5353 - name : 📥 Download sharded artifacts
54- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
54+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
5555 if : inputs.sharded
5656 with :
5757 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 run : " yarn run gendoc --treatWarningsAsErrors --suppressCommentWarningsInDeclarationFiles"
115115
116116 - name : Upload Artifact
117- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
117+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
118118 with :
119119 name : docs
120120 path : _docs
Original file line number Diff line number Diff line change 5757
5858 - name : Upload Artifact
5959 if : env.ENABLE_COVERAGE == 'true'
60- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
60+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
6161 with :
6262 name : coverage-${{ matrix.specs }}-${{ matrix.node == 'lts/*' && 'lts' || matrix.node }}
6363 path : |
You can’t perform that action at this time.
0 commit comments