Skip to content

Commit

Permalink
Merge pull request #1612 from merico-dev/upgrade-artifacts-actions
Browse files Browse the repository at this point in the history
ci: upgrade artifacts actions
  • Loading branch information
GerilLeto authored Jan 24, 2025
2 parents 73a3c35 + a306e74 commit 42233b2
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 42233b2

Please sign in to comment.