We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecebc55 commit f73e287Copy full SHA for f73e287
.github/workflows/buildDeploy.yml
@@ -68,7 +68,7 @@ jobs:
68
run: npm test
69
70
- name: download build artifact
71
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
72
with:
73
name: build
74
path: dist
@@ -119,7 +119,7 @@ jobs:
119
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
120
121
122
123
124
125
0 commit comments