File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
deployments : write
16
16
steps :
17
17
- name : 📥 Download artifact
18
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
18
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
19
19
with :
20
20
github-token : ${{ secrets.GITHUB_TOKEN }}
21
21
run-id : ${{ github.event.workflow_run.id }}
Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ jobs:
43
43
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
44
44
45
45
- name : 📥 Download artifact
46
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
46
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
47
47
if : ${{ !inputs.sharded }}
48
48
with :
49
49
github-token : ${{ secrets.GITHUB_TOKEN }}
50
50
run-id : ${{ github.event.workflow_run.id }}
51
51
name : coverage
52
52
path : coverage
53
53
- name : 📥 Download sharded artifacts
54
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
54
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
55
55
if : inputs.sharded
56
56
with :
57
57
github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments