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 6d19abf commit b238a82Copy full SHA for b238a82
‎.github/workflows/ci-cd.yml‎
@@ -90,7 +90,7 @@ jobs:
90
cache: "npm"
91
- run: npm ci
92
- name: Download pkg
93
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
94
with:
95
name: pkg
96
path: rust-othello/pkg
@@ -106,7 +106,7 @@ jobs:
106
107
108
- name: Download dist
109
110
111
name: dist
112
path: dist
@@ -130,7 +130,7 @@ jobs:
130
131
132
133
134
135
136
0 commit comments