Skip to content

Commit

Permalink
update upload-artifact and download-artifact to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Yulong Ruan <[email protected]>
  • Loading branch information
ruanyl committed Feb 14, 2025
1 parent e56a024 commit 4dbbbbf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: yarn pack --filename oui.tgz

- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build
path: oui.tgz
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
run: yarn build-docs

- name: Upload doc artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs
path: docs/
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Download build
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build

Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
- name: Download build
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build

Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
- name: Download build
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build

Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
- name: Build `${{ matrix.name }}`
run: yarn ${{ matrix.script }} --release

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: success()
with:
name: ${{ matrix.suffix }}-${{ env.VERSION }}
Expand Down

0 comments on commit 4dbbbbf

Please sign in to comment.