Skip to content

Commit bbb1b8a

Browse files
committed
fix: upgraded upload and download artifacts to v4 fixes #94
1 parent 9a4fd8f commit bbb1b8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout Code
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121

2222
- name: Install Node
2323
uses: actions/setup-node@v3
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Download artifact
46-
uses: actions/download-artifact@v3
46+
uses: actions/download-artifact@v4
4747
with:
4848
name: production-files
4949
path: ./dist

0 commit comments

Comments
 (0)