Skip to content

Commit

Permalink
chore(ci): update upload artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi authored Dec 26, 2023
1 parent 7742ffa commit 349e753
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
uses: codecov/codecov-action@v3
if: ${{ matrix.node-version == 18 && matrix.os == 'ubuntu-latest' && matrix.package-manager == 'yarn' }}
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ matrix.node-version == 18 && matrix.os == 'ubuntu-latest' && matrix.package-manager == 'yarn' }}
with:
name: badges
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
run: |
yarn e2e
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ matrix.node-version == 18 && matrix.os == 'ubuntu-latest' && matrix.package-manager == 'yarn' }}
with:
name: demos
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
run: |
yarn build:docs
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs
path: build
Expand Down

0 comments on commit 349e753

Please sign in to comment.