Skip to content

Commit c52a528

Browse files
authored
Merge pull request #1886 from hyperledger/dependabot/github_actions/dot-github/workflows/github_actions-5ebe5a9988
Bump dawidd6/action-download-artifact from 3 to 6 in /.github/workflows in the github_actions group across 1 directory
2 parents 8b660b7 + 80bda24 commit c52a528

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/publishRelease.yaml

+3-3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)