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 4c985c2 commit 904c9a7Copy full SHA for 904c9a7
.github/workflows/nodejs.yml
@@ -19,7 +19,7 @@ jobs:
19
run: |
20
yarn build
21
- name: Upload artifact
22
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v5
23
with:
24
name: bundled
25
path: dist
@@ -48,7 +48,7 @@ jobs:
48
yarn workspaces focus -A --production
49
yarn add --dev postcss-tape@${{ steps.test-dep-versions.outputs.postcss-tape }} postcss@${{ steps.test-dep-versions.outputs.postcss }}
50
- name: Download artifact
51
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v6
52
53
54
0 commit comments