Skip to content

Commit

Permalink
chore(deps): update github artifact actions to v4 (major) (#903)
Browse files Browse the repository at this point in the history
chore(deps): update github artifact actions to v4

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 5, 2024
1 parent 3fbf2dd commit 9ddb194
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: echo "::add-matcher::.github/eslint-compact.json"
- run: npm run lint -- --report-unused-disable-directives -f compact
- run: npm run coverage
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
name: Cache build output
with:
name: build-output
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
cache: npm
node-version: lts/*
- run: npm install
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
name: Restore build output
with:
name: build-output
Expand All @@ -113,7 +113,7 @@ jobs:
cache: npm
node-version: lts/*
- run: npm install
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
name: Restore build output
with:
name: build-output
Expand All @@ -129,7 +129,7 @@ jobs:
with:
path: ./node_modules
key: prod-deps-${{ runner.os }}-${{ hashFiles('package-lock.json') }}
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
name: Restore build output
with:
name: build-output
Expand All @@ -148,7 +148,7 @@ jobs:
with:
path: ./node_modules
key: prod-deps-${{ runner.os }}-${{ hashFiles('package-lock.json') }}
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
name: Restore build output
with:
name: build-output
Expand All @@ -168,7 +168,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/*
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
name: Restore build output
with:
name: build-output
Expand Down

0 comments on commit 9ddb194

Please sign in to comment.