We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e449b2b commit 4d78e9eCopy full SHA for 4d78e9e
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
os: macos-latest
19
runs-on: ${{ matrix.os }}
20
steps:
21
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
22
23
- if: startsWith(matrix.os, 'ubuntu')
24
run: |
@@ -40,7 +40,7 @@ jobs:
40
- run: mv target/release/sys sys-${{ matrix.target }}
41
- run: mv target/release/sys-lend sys-lend-${{ matrix.target }}
42
43
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
44
with:
45
name: ${{ matrix.target }}
46
path: |
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-20.04
13
14
15
16
- uses: kenchan0130/actions-system-info@master
17
id: system-info
0 commit comments