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 3838 python-version : ' 3.11'
3939
4040 - name : Download artifact
41- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
41+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
4242 with :
4343 name : ${{ inputs.artifact-name }}
4444 path : dist
Original file line number Diff line number Diff line change 3535 fetch-depth : 0
3636
3737 - name : Download artifact
38- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
38+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
3939 with :
4040 name : ${{ inputs.artifact-name }}
4141 path : dist
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131131 } >> "$GITHUB_OUTPUT"
132132
133133 - name : Download artifact
134- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
134+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
135135 with :
136136 name : ${{ env.ARTIFACT_NAME }}
137137 path : dist
@@ -310,7 +310,7 @@ jobs:
310310 # fetch-depth: 0
311311
312312 # - name: Download provenance
313- # uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
313+ # uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
314314 # with:
315315 # name: ${{ needs.provenance.outputs.provenance-name }}
316316
You can’t perform that action at this time.
0 commit comments