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 41abff1 commit b1d6f36Copy full SHA for b1d6f36
.github/workflows/test.yml
@@ -11,11 +11,11 @@ jobs:
11
uses: ./.github/workflows/build-webhapps.yml
12
secrets: inherit
13
14
- upload-assets:
+ view-artifacts:
15
needs: call-build
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
# Download previously uploaded artifacts
20
- uses: actions/download-artifact@v5
21
with:
package.json
@@ -4,7 +4,7 @@
4
"config": {
5
"hc_version": "0.6.0-dev.28",
6
"k2_version": "0.2.17",
7
- "zits_version": "1.17.0",
+ "zits_version": "1.17.1",
8
"bin": "bin"
9
},
10
"private": true,
0 commit comments