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 d6353d8 commit 29e717bCopy full SHA for 29e717b
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Build
28
run: make ci
29
- name: Upload coverage
30
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
31
with:
32
name: coverage-${{ matrix.os }}
33
path: coverage.*
@@ -36,7 +36,7 @@ jobs:
36
if: ${{ runner.os == 'Linux' }}
37
38
- name: Upload dist
39
40
41
name: dist-${{ matrix.os }}
42
path: dist
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: dist
0 commit comments