File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
python-version : ' 3.11'
39
39
40
40
- name : Download artifact
41
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
41
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
42
42
with :
43
43
name : ${{ inputs.artifact-name }}
44
44
path : dist
Original file line number Diff line number Diff line change 35
35
fetch-depth : 0
36
36
37
37
- name : Download artifact
38
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
38
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
39
39
with :
40
40
name : ${{ inputs.artifact-name }}
41
41
path : dist
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131
131
} >> "$GITHUB_OUTPUT"
132
132
133
133
- name : Download artifact
134
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
134
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
135
135
with :
136
136
name : ${{ env.ARTIFACT_NAME }}
137
137
path : dist
@@ -310,7 +310,7 @@ jobs:
310
310
# fetch-depth: 0
311
311
312
312
# - name: Download provenance
313
- # uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
313
+ # uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
314
314
# with:
315
315
# name: ${{ needs.provenance.outputs.provenance-name }}
316
316
You can’t perform that action at this time.
0 commit comments