Skip to content

Commit

Permalink
keep corresponding action version consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawrence Zeng committed Jun 16, 2024
1 parent 3a26e50 commit dbad9e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
node-version: 22.x
- name: Download production build
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: build
path: build
Expand All @@ -79,7 +79,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download production build
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: build
path: build
Expand Down

0 comments on commit dbad9e1

Please sign in to comment.