Skip to content

Commit

Permalink
ci: copilot generated an outdated action version!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Dec 18, 2024
1 parent 6433f0b commit 4adfadc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# Use artifact to share the output across different jobs
# No need to save node_modules because they are all bundled
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: build-output
path: |
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
cache: 'pnpm'

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

Expand Down

0 comments on commit 4adfadc

Please sign in to comment.