Skip to content

Commit

Permalink
update workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hristoiankov committed Jan 13, 2025
1 parent f39989f commit a3f9305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/angular-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Cache node modules
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Archive build
if: success()
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: deploy_dist
path: cider-app/dist
Expand Down

0 comments on commit a3f9305

Please sign in to comment.