We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf9e67b + cf2d3b4 commit 06424f3Copy full SHA for 06424f3
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- uses: actions/checkout@v4
11
- run: ./build/package.sh ./ ./dist
12
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
13
with:
14
name: package
15
path: dist
0 commit comments