File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 - name : Check parse results
2424 run : pnpm run --filter @definitelytyped/dtslint-runner check-parse-results
2525 - if : always()
26- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
26+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
2727 with :
2828 name : ${{ github.job }}
2929 path : packages/definitions-parser/data/
Original file line number Diff line number Diff line change 4747 run : zip -r ${{ github.workspace }}/${{ env.FUNCTION_ZIP_NAME }} dist host.json package.json
4848
4949 - name : Upload artifact for deployment job
50- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
50+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5151 with :
5252 name : node-app
5353 path : ${{ env.FUNCTION_ZIP_NAME }}
6666
6767 steps :
6868 - name : Download artifact from build job
69- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
69+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
7070 with :
7171 name : node-app
7272
Original file line number Diff line number Diff line change 3333 env :
3434 NPM_TOKEN : ${{ secrets.NPM_RETAG_TOKEN }}
3535 - if : always()
36- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
36+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3737 with :
3838 path : packages/definitions-parser/data/
3939 - uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
You can’t perform that action at this time.
0 commit comments