File tree 1 file changed +1
-12
lines changed
1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -150,9 +150,6 @@ jobs:
150
150
needs : build-binary-package
151
151
env :
152
152
ARCH : amd64
153
- # required by ubuntu:bionic
154
- # https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
155
- ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : true
156
153
strategy :
157
154
matrix :
158
155
image : ${{ fromJSON(vars.SMOKE_TEST_IMAGES) }}
@@ -166,15 +163,7 @@ jobs:
166
163
exit 1
167
164
fi
168
165
echo "BUILD_ARCH=$BUILD_ARCH" >> $GITHUB_ENV
169
- - name : Get binary packages for ubuntu:bionic
170
- if : matrix.image == 'ubuntu:bionic'
171
- uses : actions/download-artifact@v3
172
- with :
173
- name : binary-${{ env.BUILD_ARCH }}-${{ env.ARCH }}
174
- path : binary-${{ env.BUILD_ARCH }}-${{ env.ARCH }}
175
-
176
- - name : Get binary packages for other versions
177
- if : matrix.image != 'ubuntu:bionic'
166
+ - name : Get binary packages
178
167
uses : actions/download-artifact@v4
179
168
with :
180
169
name : binary-${{ env.BUILD_ARCH }}-${{ env.ARCH }}
You can’t perform that action at this time.
0 commit comments