Skip to content

Commit

Permalink
ci: upgrade artifacts actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeekoZhu committed Jan 24, 2025
1 parent 73a3c35 commit a306e74
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 @@ -44,7 +44,7 @@ jobs:
ls -al ./node_modules/.cache/nx
cat ./node_modules/.cache/nx/run.json
- name: Archive artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: |
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
echo "VITE_API_BASE_URL=/devtable-api/" > website/.env
echo "VITE_WEBSITE_BASE_URL=/devtable/website/" >> website/.env
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
- name: Build table image
Expand Down

0 comments on commit a306e74

Please sign in to comment.