Skip to content

Commit b1d6f36

Browse files
committed
minor
1 parent 41abff1 commit b1d6f36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
uses: ./.github/workflows/build-webhapps.yml
1212
secrets: inherit
1313

14-
upload-assets:
14+
view-artifacts:
1515
needs: call-build
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
# Download previously uploaded artifacts
2020
- uses: actions/download-artifact@v5
2121
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"config": {
55
"hc_version": "0.6.0-dev.28",
66
"k2_version": "0.2.17",
7-
"zits_version": "1.17.0",
7+
"zits_version": "1.17.1",
88
"bin": "bin"
99
},
1010
"private": true,

0 commit comments

Comments
 (0)