Skip to content

Commit bd1a857

Browse files
committed
ci: update artifact actions
1 parent 5491a33 commit bd1a857

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: npm run build
2424

2525
- name: Upload build artifacts
26-
uses: actions/upload-artifact@v2
26+
uses: actions/upload-artifact@v4
2727
with:
2828
name: build-artifacts
2929
path: dist/
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/checkout@v4
5353

5454
- name: Download build artifacts
55-
uses: actions/download-artifact@v2
55+
uses: actions/download-artifact@v5
5656
with:
5757
name: build-artifacts
5858
path: dist/

0 commit comments

Comments
 (0)