Skip to content

Commit 16f72de

Browse files
chore(deps): update github artifact actions to v4
1 parent 4c985c2 commit 16f72de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
yarn build
2121
- name: Upload artifact
22-
uses: actions/upload-artifact@v2
22+
uses: actions/upload-artifact@v4
2323
with:
2424
name: bundled
2525
path: dist
@@ -48,7 +48,7 @@ jobs:
4848
yarn workspaces focus -A --production
4949
yarn add --dev postcss-tape@${{ steps.test-dep-versions.outputs.postcss-tape }} postcss@${{ steps.test-dep-versions.outputs.postcss }}
5050
- name: Download artifact
51-
uses: actions/download-artifact@v2
51+
uses: actions/download-artifact@v4
5252
with:
5353
name: bundled
5454
path: dist

0 commit comments

Comments
 (0)