Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/PR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4
- name: setup
id: setup
uses: hyperledger/indy-shared-gha/.github/actions/workflow-setup@v1
uses: hyperledger/indy-shared-gha/.github/actions/workflow-setup@v2
with:
ownerRepo: "sovrin-foundation"
- name: testsNeeded
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/PublishRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
uses: actions/checkout@v4
- name: get-release-info
id: get-release-info
uses: hyperledger/indy-shared-gha/.github/actions/get-release-info@v1
uses: hyperledger/indy-shared-gha/.github/actions/get-release-info@v2
with:
versionString: "${{ github.event.head_commit.message }}"
- name: workflow-setup
id: workflow-setup
uses: hyperledger/indy-shared-gha/.github/actions/workflow-setup@v1
uses: hyperledger/indy-shared-gha/.github/actions/workflow-setup@v2
with:
ownerRepo: "sovrin-foundation"

Expand All @@ -53,15 +53,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Download sovrin deb Artifacts from Github Action Artifacts
uses: dawidd6/action-download-artifact@v3
uses: dawidd6/action-download-artifact@v4
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: Releasepr.yaml
workflow_conclusion: success
name: sovrin-deb
path: artifacts/sovrin-deb
- name: Download sovrin python Artifacts from Github Action Artifacts
uses: dawidd6/action-download-artifact@v3
uses: dawidd6/action-download-artifact@v4
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: Releasepr.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4
- name: setup
id: setup
uses: hyperledger/indy-shared-gha/.github/actions/workflow-setup@v1
uses: hyperledger/indy-shared-gha/.github/actions/workflow-setup@v2
with:
ownerRepo: "sovrin-foundation"
- name: testsNeeded
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
fetch-depth: 0
- name: extract branch
id: get-branch
uses: hyperledger/indy-shared-gha/.github/actions/branch-from-tag@v1
uses: hyperledger/indy-shared-gha/.github/actions/branch-from-tag@v2
with:
tag: ${{ github.ref }}
- name: get-release-info
id: get-release-info
uses: hyperledger/indy-shared-gha/.github/actions/get-release-info@v1
uses: hyperledger/indy-shared-gha/.github/actions/get-release-info@v2
with:
versionString: "${{ github.ref }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuseable_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
path: /tmp/sovrin-deb/

- name: Publish sovrin-deb artifact
uses: hyperledger/indy-shared-gha/.github/actions/publish-deb@v1
uses: hyperledger/indy-shared-gha/.github/actions/publish-deb@v2
with:
sourceDirectory: /tmp/sovrin-deb/
distribution: ${{ inputs.distribution }}
Expand Down