Skip to content

Commit

Permalink
Merge pull request #1693 from hyperledger/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ot-github/workflows/github_actions-5ebe5a9988

Bump dawidd6/action-download-artifact from 5 to 6 in /.github/workflows in the github_actions group across 1 directory
  • Loading branch information
WadeBarnes authored Nov 26, 2024
2 parents 8810d2e + e9a8e5b commit a2148d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publishRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,23 @@ jobs:
uses: actions/checkout@v4

- name: Download Plenum deb Artifacts from Github Action Artifacts
uses: dawidd6/action-download-artifact@v5
uses: dawidd6/action-download-artifact@v6
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: releasepr.yaml
workflow_conclusion: success
name: plenum-deb
path: artifacts/plenum-deb
- name: Download Plenum python Artifacts from Github Action Artifacts
uses: dawidd6/action-download-artifact@v5
uses: dawidd6/action-download-artifact@v6
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: releasepr.yaml
workflow_conclusion: success
name: plenum-python
path: artifacts/plenum-python
- name: Download Plenum third party dependency Artifacts from Github Action Artifacts
uses: dawidd6/action-download-artifact@v5
uses: dawidd6/action-download-artifact@v6
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: releasepr.yaml
Expand Down

0 comments on commit a2148d8

Please sign in to comment.