Skip to content

Commit 4adfadc

Browse files
committed
ci: copilot generated an outdated action version!!!
1 parent 6433f0b commit 4adfadc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

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

3535
# Use artifact to share the output across different jobs
3636
# No need to save node_modules because they are all bundled
37-
- uses: actions/upload-artifact@v2
37+
- uses: actions/upload-artifact@v4
3838
with:
3939
name: build-output
4040
path: |
@@ -64,7 +64,7 @@ jobs:
6464
cache: 'pnpm'
6565

6666
# use artifacts to share the playground across different jobs
67-
- uses: actions/download-artifact@v2
67+
- uses: actions/download-artifact@v4
6868
with:
6969
name: build-output
7070

0 commit comments

Comments
 (0)