We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ede9c3a + f5ba627 commit bfa6895Copy full SHA for bfa6895
1 file changed
.github/workflows/real-npm-publish.yml
@@ -27,7 +27,7 @@ jobs:
27
- run: npx lerna run build
28
# - run: npx lerna run test
29
- name: Upload build artifacts
30
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
31
with:
32
name: build-output
33
path: packages/
@@ -46,7 +46,7 @@ jobs:
46
cache: 'npm'
47
registry-url: https://npm.pkg.github.com/
48
- name: Download build artifacts
49
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v7
50
51
52
@@ -76,7 +76,7 @@ jobs:
76
77
registry-url: https://registry.npmjs.org/
78
79
80
81
82
0 commit comments