Skip to content

Commit

Permalink
update upload-artifact and download-artifact to v4 (#1491)
Browse files Browse the repository at this point in the history
* update upload-artifact and download-artifact to v4

Signed-off-by: Yulong Ruan <ruanyl@amazon.com>

* update CHANGELOG

Signed-off-by: Yulong Ruan <ruanyl@amazon.com>

---------

Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
  • Loading branch information
ruanyl authored Feb 17, 2025
1 parent e56a024 commit 9d46d68
Show file tree
Hide file tree
Showing 2 changed files with 7 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@


### 🚞 Infrastructure
- update actions/upload-artifact and actions/download-artifact to v4([#1491](/~https://github.com/opensearch-project/oui/pull/1491))


### 📝 Documentation
Expand Down

0 comments on commit 9d46d68

Please sign in to comment.