We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent becbe06 commit d794cc1Copy full SHA for d794cc1
.github/workflows/pack.yml
@@ -2,12 +2,12 @@ name: Pack
2
on: [push]
3
jobs:
4
build:
5
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v3
8
- run: ./pack.sh
9
- name: Upload artifact
10
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
11
with:
12
name: babric b1.7.3.zip
13
path: ./babric b1.7.3.zip
0 commit comments