File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,23 +50,23 @@ jobs:
5050 uses : actions/checkout@v4
5151
5252 - name : Download Node deb Artifacts from Github Action Artifacts
53- uses : dawidd6/action-download-artifact@v3
53+ uses : dawidd6/action-download-artifact@v6
5454 with :
5555 github_token : ${{ secrets.GITHUB_TOKEN }}
5656 workflow : releasepr.yaml
5757 workflow_conclusion : success
5858 name : indy_node-deb
5959 path : artifacts/indy_node-deb
6060 - name : Download Node python Artifacts from Github Action Artifacts
61- uses : dawidd6/action-download-artifact@v3
61+ uses : dawidd6/action-download-artifact@v6
6262 with :
6363 github_token : ${{ secrets.GITHUB_TOKEN }}
6464 workflow : releasepr.yaml
6565 workflow_conclusion : success
6666 name : indy_node-python
6767 path : artifacts/indy_node-python
6868 - name : Download Node third party dependency Artifacts from Github Action Artifacts
69- uses : dawidd6/action-download-artifact@v3
69+ uses : dawidd6/action-download-artifact@v6
7070 with :
7171 github_token : ${{ secrets.GITHUB_TOKEN }}
7272 workflow : releasepr.yaml
You can’t perform that action at this time.
0 commit comments