Skip to content

Commit

Permalink
Updating workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaland committed Oct 14, 2024
1 parent 39acabe commit c6329a2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,17 @@ jobs:
fi
npm ci
- name: Archive production artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
retention-days: 1
- name: Archive node modules
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: node_modules
path: node_modules

retention-days: 1
build-image:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit c6329a2

Please sign in to comment.