Skip to content

Commit d794cc1

Browse files
committed
Update CI
1 parent becbe06 commit d794cc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pack.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Pack
22
on: [push]
33
jobs:
44
build:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v1
7+
- uses: actions/checkout@v3
88
- run: ./pack.sh
99
- name: Upload artifact
10-
uses: actions/upload-artifact@v2
10+
uses: actions/upload-artifact@v3
1111
with:
1212
name: babric b1.7.3.zip
1313
path: ./babric b1.7.3.zip

0 commit comments

Comments
 (0)