File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 working-directory : ${{ matrix.working-directory }}
6969
7070 - name : Assert - Download package tarball artifact by ID
71- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
71+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
7272 with :
7373 artifact-ids : ${{ steps.act-package.outputs.package-tarball-artifact-id }}
7474 path : ${{ runner.temp }}
Original file line number Diff line number Diff line change 2929 needs : act-without-container
3030 steps :
3131 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
32- - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
32+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
3333 with :
3434 artifact-ids : ${{ needs.act-without-container.outputs.build-artifact-id }}
3535 path : " /"
@@ -106,7 +106,7 @@ jobs:
106106 needs : act-with-container
107107 steps :
108108 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
109- - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
109+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
110110 with :
111111 artifact-ids : ${{ needs.act-with-container.outputs.build-artifact-id }}
112112 path : ${{ runner.temp }}
@@ -154,7 +154,7 @@ jobs:
154154 needs : act-with-container-advanced
155155 steps :
156156 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
157- - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
157+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
158158 with :
159159 artifact-ids : ${{ needs.act-with-container-advanced.outputs.build-artifact-id }}
160160 path : ${{ runner.temp }}
Original file line number Diff line number Diff line change @@ -554,7 +554,7 @@ jobs:
554554 if : inputs.container == ''
555555
556556 - if : needs.build.outputs.artifact-id && inputs.container == ''
557- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
557+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
558558 with :
559559 artifact-ids : ${{ needs.build.outputs.artifact-id }}
560560 path : " /"
Original file line number Diff line number Diff line change 7474
7575 - name : Download build artifacts
7676 if : inputs.build-artifact-id != ''
77- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
77+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
7878 with :
7979 artifact-ids : ${{ inputs.build-artifact-id }}
8080 path : ${{ inputs.build-artifact-path }}
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ runs:
120120 core.debug('packageManager field missing; defaulting pnpm version to latest');
121121 core.setOutput('pnpm-version', 'latest');
122122
123- - uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2 .0
123+ - uses : pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3 .0
124124 if : steps.get-package-manager.outputs.package-manager == 'pnpm'
125125 with :
126126 version : ${{ steps.get-pnpm-version.outputs.pnpm-version }}
You can’t perform that action at this time.
0 commit comments