Skip to content

Commit 76b0bc3

Browse files
committed
Merge remote-tracking branch 'origin/master' into next
2 parents 5877e7b + 37dd4df commit 76b0bc3

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
tag: ${{ github.ref }}
5353
file_glob: true
5454

55-
- uses: actions/upload-artifact@v3
55+
- uses: actions/upload-artifact@v4
5656
with:
5757
name: build
5858
path: |
@@ -76,13 +76,11 @@ jobs:
7676
- os: macos-12
7777
target: macos
7878
node: 20
79-
# Using the `centos7-devtoolset7` runner instead of latest (i.e. `ubuntu-20.04`)
80-
# with gcc 7 but glibc 2.17, so binaries are compatible for Ubuntu 14.04 and Debian 8.
8179
- os: ubuntu-20.04
8280
target: linux
83-
node: 16
81+
node: 20
8482
container:
85-
image: centos/devtoolset-7-toolchain-centos7:7
83+
image: redhat/ubi8
8684
options: "--user root"
8785
runs-on: ${{ matrix.os }}
8886
container: ${{ matrix.container }}
@@ -92,7 +90,7 @@ jobs:
9290
ref: ${{ env.TARGET_REF }}
9391
token: ${{ secrets.GPR_TOKEN }}
9492

95-
- uses: actions/download-artifact@v3
93+
- uses: actions/download-artifact@v4
9694
with:
9795
name: build
9896

@@ -145,7 +143,7 @@ jobs:
145143
ref: ${{ env.TARGET_REF }}
146144
token: ${{ secrets.GPR_TOKEN }}
147145

148-
- uses: actions/download-artifact@v3
146+
- uses: actions/download-artifact@v4
149147
with:
150148
name: build
151149

0 commit comments

Comments
 (0)