@@ -34,12 +34,12 @@ jobs:
34
34
uses : actions/checkout@v4
35
35
- name : get-release-info
36
36
id : get-release-info
37
- uses : hyperledger/indy-shared-gha/.github/actions/get-release-info@v1
37
+ uses : hyperledger/indy-shared-gha/.github/actions/get-release-info@v2
38
38
with :
39
39
versionString : " ${{ github.event.head_commit.message }}"
40
40
- name : workflow-setup
41
41
id : workflow-setup
42
- uses : hyperledger/indy-shared-gha/.github/actions/workflow-setup@v1
42
+ uses : hyperledger/indy-shared-gha/.github/actions/workflow-setup@v2
43
43
44
44
createRelease :
45
45
name : Create Release
@@ -51,23 +51,23 @@ jobs:
51
51
uses : actions/checkout@v4
52
52
53
53
- name : Download Plenum deb Artifacts from Github Action Artifacts
54
- uses : dawidd6/action-download-artifact@v6
54
+ uses : dawidd6/action-download-artifact@v11
55
55
with :
56
56
github_token : ${{ secrets.GITHUB_TOKEN }}
57
57
workflow : releasepr.yaml
58
58
workflow_conclusion : success
59
59
name : plenum-deb
60
60
path : artifacts/plenum-deb
61
61
- name : Download Plenum python Artifacts from Github Action Artifacts
62
- uses : dawidd6/action-download-artifact@v6
62
+ uses : dawidd6/action-download-artifact@v11
63
63
with :
64
64
github_token : ${{ secrets.GITHUB_TOKEN }}
65
65
workflow : releasepr.yaml
66
66
workflow_conclusion : success
67
67
name : plenum-python
68
68
path : artifacts/plenum-python
69
69
- name : Download Plenum third party dependency Artifacts from Github Action Artifacts
70
- uses : dawidd6/action-download-artifact@v6
70
+ uses : dawidd6/action-download-artifact@v11
71
71
with :
72
72
github_token : ${{ secrets.GITHUB_TOKEN }}
73
73
workflow : releasepr.yaml
@@ -111,7 +111,7 @@ jobs:
111
111
name : Publish Artifacts
112
112
needs : [release-infos, createRelease]
113
113
if : needs.release-infos.outputs.isVersionBump == 'true' && needs.release-infos.outputs.publish == 'true'
114
- uses : hyperledger/indy-shared-gha/.github/workflows/publish_artifacts.yaml@v1
114
+ uses : hyperledger/indy-shared-gha/.github/workflows/publish_artifacts.yaml@v2
115
115
with :
116
116
COMPONENT : ${{ needs.release-infos.outputs.component }}
117
117
UBUNTU_VERSION : ${{ needs.release-infos.outputs.UBUNTU_VERSION }}
@@ -124,7 +124,7 @@ jobs:
124
124
convertPyVersion :
125
125
name : " Convert to python version flavour"
126
126
needs : [release-infos, publish_artifacts]
127
- uses : hyperledger/indy-shared-gha/.github/workflows/pyVersionConversion.yaml@v1
127
+ uses : hyperledger/indy-shared-gha/.github/workflows/pyVersionConversion.yaml@v2
128
128
with :
129
129
VERSIONTAG : ${{ needs.release-infos.outputs.VERSIONTAG }}
130
130
0 commit comments