Skip to content

Commit 96899a9

Browse files
authored
Merge pull request #6106 from BOINC/vko_update_actions
[ci] update actions. Switch from 'snapcore/action-publish' to 'canonical/action-publish'
2 parents 61509c9 + b2bb0ce commit 96899a9

File tree

12 files changed

+50
-49
lines changed

12 files changed

+50
-49
lines changed

.github/workflows/android.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ jobs:
8484

8585
- name: Upload logs on failure
8686
if: ${{ failure() }}
87-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
87+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
8888
with:
8989
name: android_logs_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
9090
path: deploy/logs.7z
9191

9292
- name: Upload client on success
9393
if: ${{ success() }}
94-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
94+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
9595
with:
9696
name: android_client_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
9797
path: android/BOINC/app/src/main/assets/
@@ -157,7 +157,7 @@ jobs:
157157

158158
- name: Upload logs on failure
159159
if: ${{ failure() }}
160-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
160+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
161161
with:
162162
name: android_logs_manager_${{ github.event.pull_request.head.sha }}
163163
path: deploy/logs.7z
@@ -166,21 +166,21 @@ jobs:
166166
run: python ./deploy/prepare_deployment.py android_manager
167167

168168
- name: Upload generic artifacts
169-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
169+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
170170
if: ${{ matrix.task == 'assembleRelease' }}
171171
with:
172172
name: android_manager_${{ github.event.pull_request.head.sha }}
173173
path: deploy/android_manager.7z
174174

175175
- name: Upload armv6 only manager
176-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
176+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
177177
if: ${{ matrix.task == 'assembleArmv6_release' }}
178178
with:
179179
name: android_armv6_manager_${{ github.event.pull_request.head.sha }}
180180
path: deploy/android_manager_armv6.7z
181181

182182
- name: Upload JUnit Tests Results
183-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
183+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
184184
if: ${{ always() && matrix.task == 'jacocoTestReportDebug' }}
185185
with:
186186
name: Android_tests_results
@@ -249,7 +249,7 @@ jobs:
249249

250250
- name: Upload logs on failure
251251
if: ${{ failure() }}
252-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
252+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
253253
with:
254254
name: android_logs_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
255255
path: deploy/logs.7z
@@ -259,7 +259,7 @@ jobs:
259259
run: python ./deploy/prepare_deployment.py android_${{ matrix.type }}
260260

261261
- name: Upload generic artifacts
262-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
262+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
263263
if: ${{ ! contains(matrix.type, 'libs') }}
264264
with:
265265
name: android_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}

.github/workflows/coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
sudo apt-get install -y libftgl-dev freeglut3-dev libcurl4-openssl-dev libxmu-dev libxi-dev libfcgi-dev libxss-dev libnotify-dev libxcb-util0-dev libgtk-3-dev libsecret-1-dev libgcrypt20-dev libsystemd-dev libwebkit2gtk-4.1-dev p7zip-full libxxf86vm-dev ocl-icd-opencl-dev zip
3737
3838
- name: Cache dependencies
39-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
39+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
4040
with:
4141
path: |
4242
3rdParty/buildCache

.github/workflows/linux-package-stable-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
cd ${{ github.workspace }}/.github/workflows/debrepo/
7777
./repo_update.sh "$ALLOW_CREATE" ${{ env.BASEREPO }} ${{ github.workspace }} ${{ matrix.os }} "stable" ${{ env.PUBKEY }}
7878
79-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
79+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
8080
if: ${{ success() && env.SKIP_RUN == 0 }}
8181
with:
8282
name: repo-stable-${{ matrix.os }}
@@ -149,7 +149,7 @@ jobs:
149149
# Updates or creates the repository
150150
./repo_update.sh "$ALLOW_CREATE" ${{ env.BASEREPO }} ${CWD} ${{ matrix.os }} "stable" ${{ env.PUBKEY }} ${{ env.PUBKEY_HASH }} ${{ env.ARCH }}
151151
152-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
152+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
153153
if: ${{ success() && env.SKIP_RUN == 0 }}
154154
with:
155155
name: repo-stable-${{ matrix.os }}

.github/workflows/linux-package.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108

109109
- name: Upload logs on failure
110110
if: ${{ failure() }}
111-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
111+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
112112
with:
113113
name: linux-package_logs_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
114114
path: deploy/logs.7z
@@ -118,7 +118,7 @@ jobs:
118118
run: python3 ./deploy/prepare_deployment.py linux_${{ matrix.type }}
119119

120120
- name: Upload artifacts
121-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
121+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
122122
if: success()
123123
with:
124124
name: linux-package_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
@@ -225,7 +225,7 @@ jobs:
225225
dpkg-deb --info "${{ github.workspace }}/${PKG_FULL}.deb"
226226
227227
- name: Upload artifacts
228-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
228+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
229229
if: success()
230230
with:
231231
name: linux-package_${{ matrix.type }}_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
@@ -592,7 +592,7 @@ jobs:
592592
rpm -qp --qf '%|DSAHEADER?{%{DSAHEADER:pgpsig}}:{%|RSAHEADER?{%{RSAHEADER:pgpsig}}:{(none)}|}|\n' "RPMS/${{ env.ARCH }}/${PKG_FULL}.rpm"
593593
594594
- name: Upload artifacts
595-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
595+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
596596
if: success()
597597
with:
598598
name: linux-package_${{ matrix.type }}_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
@@ -965,7 +965,7 @@ jobs:
965965
cd ${{ github.workspace }}/.github/workflows/debrepo/
966966
./repo_update.sh "$ALLOW_CREATE" ${{ env.BASEREPO }} ${{ github.workspace }} ${{ matrix.os }} ${{ env.RELEASE_TYPE }} ${{ env.PUBKEY }}
967967
968-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
968+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
969969
if: ${{ success() && env.SKIP_RUN == 0 }}
970970
with:
971971
name: repo-${{ env.RELEASE_TYPE }}-${{ matrix.os }}
@@ -1068,7 +1068,7 @@ jobs:
10681068
# Updates or creates the repository
10691069
./repo_update.sh "$ALLOW_CREATE" ${{ env.BASEREPO }} ${CWD} ${{ matrix.os }} ${{ env.RELEASE_TYPE }} ${{ env.PUBKEY }} ${{ env.PUBKEY_HASH }} ${{ env.ARCH }}
10701070
1071-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
1071+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
10721072
if: ${{ success() && env.SKIP_RUN == 0 }}
10731073
with:
10741074
name: repo-${{ env.RELEASE_TYPE }}-${{ matrix.os }}

.github/workflows/linux.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
./tests/integration_test/installTestSuite.sh
7676
7777
- name: Cache dependencies
78-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
78+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
7979
with:
8080
path: |
8181
3rdParty/buildCache
@@ -189,7 +189,7 @@ jobs:
189189

190190
- name: Upload logs on failure
191191
if: ${{ failure() }}
192-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
192+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
193193
with:
194194
name: linux_logs_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
195195
path: deploy/logs.7z
@@ -199,14 +199,14 @@ jobs:
199199
run: python ./deploy/prepare_deployment.py linux_${{ matrix.type }}
200200

201201
- name: Upload artifacts
202-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
202+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
203203
if: ${{ ! contains(matrix.type, 'libs') && ! contains(matrix.type, 'server') && ! contains(matrix.type, 'test') }}
204204
with:
205205
name: linux_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
206206
path: deploy/linux_${{ matrix.type }}.7z
207207

208208
- name: Upload Google Tests Results
209-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
209+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
210210
if: always() && matrix.type == 'unit-test' # run this step even if previous step failed
211211
with:
212212
name: Linux_tests_results
@@ -297,7 +297,7 @@ jobs:
297297

298298
- name: Upload logs on failure
299299
if: ${{ failure() }}
300-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
300+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
301301
with:
302302
name: linux_release_logs_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
303303
path: deploy/logs.7z
@@ -307,7 +307,7 @@ jobs:
307307
run: python3 ./deploy/prepare_deployment.py linux_apps
308308

309309
- name: Upload wrapper artifacts
310-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
310+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
311311
if: success()
312312
with:
313313
name: linux_release_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}

.github/workflows/mingw.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114

115115
- name: Upload logs on failure
116116
if: ${{ failure() }}
117-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
117+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
118118
with:
119119
name: mingw_logs_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
120120
path: deploy/logs.7z
@@ -124,7 +124,7 @@ jobs:
124124
run: python ./deploy/prepare_deployment.py win_${{ matrix.type }}
125125

126126
- name: Upload artifacts
127-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
127+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
128128
if: ${{! contains(matrix.type, 'libs')}}
129129
with:
130130
name: win_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}

.github/workflows/osx.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4848

4949
- name: Cache dependencies
50-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
50+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
5151
with:
5252
path: 3rdParty/buildCache
5353
key: osx-${{ hashFiles('.github/workflows/osx.yml', '3rdParty/buildMacDependencies.sh', 'mac_build/dependencyNames.sh', 'mac_build/buildc-ares.sh', 'mac_build/buildcurl.sh', 'mac_build/buildfreetype.sh', 'mac_build/buildFTGL.sh', 'mac_build/buildopenssl.sh', 'mac_build/buildWxMac.sh') }}
@@ -71,7 +71,7 @@ jobs:
7171
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
7272

7373
- name: Cache dependencies
74-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
74+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
7575
with:
7676
path: 3rdParty/buildCache
7777
key: osx-${{ hashFiles('.github/workflows/osx.yml', '3rdParty/buildMacDependencies.sh', 'mac_build/dependencyNames.sh', 'mac_build/buildc-ares.sh', 'mac_build/buildcurl.sh', 'mac_build/buildfreetype.sh', 'mac_build/buildFTGL.sh', 'mac_build/buildopenssl.sh', 'mac_build/buildWxMac.sh') }}
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: Upload logs on failure
9292
if: ${{ failure() }}
93-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
93+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
9494
with:
9595
name: osx_logs_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
9696
path: deploy/logs.7z
@@ -100,27 +100,27 @@ jobs:
100100

101101
- name: Upload manager
102102
if: matrix.type == 'manager'
103-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
103+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
104104
with:
105105
name: osx_manager_${{ github.event.pull_request.head.sha }}
106106
path: deploy/macos_manager.7z
107107

108108
- name: Upload apps
109-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
109+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
110110
with:
111111
name: osx_${{ matrix.type }}_apps_${{ github.event.pull_request.head.sha }}
112112
path: deploy/macos_apps.7z
113113

114114
- name: Upload x86_64 apps
115115
if: matrix.type == 'samples-makefile'
116-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
116+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
117117
with:
118118
name: osx_x86_64_apps_${{ github.event.pull_request.head.sha }}
119119
path: deploy/macos_apps_x86_64.7z
120120

121121
- name: Upload arm64 apps
122122
if: matrix.type == 'samples-makefile'
123-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
123+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
124124
with:
125125
name: osx_arm64_apps_${{ github.event.pull_request.head.sha }}
126126
path: deploy/macos_apps_arm64.7z
@@ -154,7 +154,7 @@ jobs:
154154

155155
- name: Upload logs on failure
156156
if: ${{ failure() }}
157-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
157+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
158158
with:
159159
name: osx_logs_cmake-build_${{ github.event.pull_request.head.sha }}
160160
path: deploy/logs.7z

.github/workflows/snap.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,14 @@ jobs:
125125
126126
- name: Upload logs on failure
127127
if: ${{ failure() }}
128-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
128+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
129129
with:
130130
name: snap_logs_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
131131
path: deploy/logs.7z
132132

133133
- name: Publish nightly snap build to the edge
134134
if: success() && matrix.type == 'x64' && github.ref == 'refs/heads/master' && github.event_name == 'schedule'
135-
uses: snapcore/action-publish@214b86e5ca036ead1668c79afb81e550e6c54d40
135+
uses: canonical/action-publish@214b86e5ca036ead1668c79afb81e550e6c54d40
136136
env:
137137
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_LOGIN }}
138138
with:
@@ -141,7 +141,7 @@ jobs:
141141

142142
- name: Publish alpha snap build to the beta
143143
if: success() && matrix.type == 'x64' && startsWith(github.ref, 'refs/tags/')
144-
uses: snapcore/action-publish@214b86e5ca036ead1668c79afb81e550e6c54d40
144+
uses: canonical/action-publish@214b86e5ca036ead1668c79afb81e550e6c54d40
145145
env:
146146
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_LOGIN }}
147147
with:
@@ -153,7 +153,7 @@ jobs:
153153
run: python ./deploy/prepare_deployment.py linux_snap
154154

155155
- name: Upload artifacts
156-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
156+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
157157
if: success()
158158
with:
159159
name: linux_snap_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}

.github/workflows/update_actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
git diff > update_actions.patch
4949
- name: Upload patch
5050
if: failure()
51-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
51+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
5252
with:
5353
name: update_actions.patch
5454
path: update_actions.patch

.github/workflows/wasm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
sudo apt-get install -y p7zip-full zip
5454
5555
- name: Cache dependencies
56-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
56+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
5757
with:
5858
path: |
5959
3rdParty/buildCache
@@ -93,7 +93,7 @@ jobs:
9393

9494
- name: Upload logs on failure
9595
if: ${{ failure() }}
96-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
96+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
9797
with:
9898
name: wasm_logs_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
9999
path: deploy/logs.7z
@@ -113,7 +113,7 @@ jobs:
113113
run: python ./deploy/prepare_deployment.py wasm_${{ matrix.type }}
114114

115115
- name: Upload artifacts
116-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
116+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
117117
if: ${{ ! contains(matrix.type, 'libs') }}
118118
with:
119119
name: wasm_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)