Skip to content

Commit 8ef3371

Browse files
committed
Update upload-artiact to v4 and ubuntu to 22.04
1 parent 08078c8 commit 8ef3371

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
os: [windows-latest, macos-latest, ubuntu-20.04]
9+
os: [windows-latest, macos-latest, ubuntu-22.04]
1010
mode: [Release, Debug]
1111
arch: [x64, x86, arm64]
1212
exclude:
1313
- os: macos-latest
1414
arch: x86
1515
- os: windows-latest
1616
arch: arm64
17-
- os: ubuntu-20.04
17+
- os: ubuntu-22.04
1818
arch: arm64
1919
steps:
2020
- uses: actions/checkout@v4
@@ -141,7 +141,7 @@ jobs:
141141
third_party/externals/zlib/LICENSE \
142142
$dst
143143
- name: Uploading Artifact
144-
uses: actions/upload-artifact@v1
144+
uses: actions/upload-artifact@v4
145145
with:
146146
name: Skia-${{ runner.os }}-${{ matrix.mode }}-${{ matrix.arch }}
147147
path: Skia-${{ runner.os }}-${{ matrix.mode }}-${{ matrix.arch }}

0 commit comments

Comments
 (0)