File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,31 +54,31 @@ jobs:
5454 uses : actions/checkout@v3
5555
5656 - name : Download sovtoken deb Artifacts from Github Action Artifacts
57- uses : dawidd6/action-download-artifact@v3
57+ uses : dawidd6/action-download-artifact@v2
5858 with :
5959 github_token : ${{secrets.GITHUB_TOKEN}}
6060 workflow : releasepr.yaml
6161 workflow_conclusion : success
6262 name : sovtoken-deb
6363 path : artifacts/sovtoken-deb
6464 - name : Download sovtokenfees python Artifacts from Github Action Artifacts
65- uses : dawidd6/action-download-artifact@v3
65+ uses : dawidd6/action-download-artifact@v2
6666 with :
6767 github_token : ${{secrets.GITHUB_TOKEN}}
6868 workflow : releasepr.yaml
6969 workflow_conclusion : success
7070 name : sovtokenfees-deb
7171 path : artifacts/sovtokenfees-deb
7272 - name : Download sovtoken python Artifacts from Github Action Artifacts
73- uses : dawidd6/action-download-artifact@v3
73+ uses : dawidd6/action-download-artifact@v2
7474 with :
7575 github_token : ${{secrets.GITHUB_TOKEN}}
7676 workflow : releasepr.yaml
7777 workflow_conclusion : success
7878 name : sovtoken-python
7979 path : artifacts/sovtoken-python
8080 - name : Download sovtokenfees python Artifacts from Github Action Artifacts
81- uses : dawidd6/action-download-artifact@v3
81+ uses : dawidd6/action-download-artifact@v2
8282 with :
8383 github_token : ${{secrets.GITHUB_TOKEN}}
8484 workflow : releasepr.yaml
You can’t perform that action at this time.
0 commit comments