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 1515 deployments : write
1616 steps :
1717 - name : 📥 Download artifact
18- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
18+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
1919 with :
2020 github-token : ${{ secrets.GITHUB_TOKEN }}
2121 run-id : ${{ github.event.workflow_run.id }}
Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ jobs:
4343 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
4444
4545 - name : 📥 Download artifact
46- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
46+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
4747 if : ${{ !inputs.sharded }}
4848 with :
4949 github-token : ${{ secrets.GITHUB_TOKEN }}
5050 run-id : ${{ github.event.workflow_run.id }}
5151 name : coverage
5252 path : coverage
5353 - name : 📥 Download sharded artifacts
54- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
54+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
5555 if : inputs.sharded
5656 with :
5757 github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments