Skip to content

Commit fbba347

Browse files
committed
Update action-download-artifact actions
- Update to the latest version of action-download-artifact. - Do not update the indy-shared-gha actions to v2 on the 20.04 branch. v2 is for the 22.04 branch. Signed-off-by: Wade Barnes <wade@neoterictech.ca>
1 parent dc92625 commit fbba347

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/PublishRelease.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ jobs:
5353
- name: Checkout
5454
uses: actions/checkout@v4
5555
- name: Download sovrin deb Artifacts from Github Action Artifacts
56-
uses: dawidd6/action-download-artifact@v3
56+
uses: dawidd6/action-download-artifact@v5
5757
with:
5858
github_token: ${{secrets.GITHUB_TOKEN}}
5959
workflow: Releasepr.yaml
6060
workflow_conclusion: success
6161
name: sovrin-deb
6262
path: artifacts/sovrin-deb
6363
- name: Download sovrin python Artifacts from Github Action Artifacts
64-
uses: dawidd6/action-download-artifact@v3
64+
uses: dawidd6/action-download-artifact@v5
6565
with:
6666
github_token: ${{secrets.GITHUB_TOKEN}}
6767
workflow: Releasepr.yaml

0 commit comments

Comments
 (0)