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 7f11f8d commit c8a514bCopy full SHA for c8a514b
.github/workflows/publish.yml
@@ -38,7 +38,7 @@ jobs:
38
run: npm pack
39
40
- name: Upload the package tgz as an artifact
41
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
42
with:
43
name: package
44
path: '*.tgz'
0 commit comments