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.
2 parents 6ad42b2 + cd78ec8 commit c29040dCopy full SHA for c29040d
.github/workflows/common.yml
@@ -24,7 +24,7 @@ jobs:
24
node-version-file: ./.node-version
25
cache: npm
26
- run: npm ci
27
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
28
with:
29
name: apis
30
path: ./src/lib/apis/generated
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
- run: npm run build
- name: Upload artifact
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
31
name: dist
32
path: ./dist
0 commit comments