Skip to content

Commit

Permalink
upgrade upload-artifact to version 4
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <[email protected]>
  • Loading branch information
Hailong-am committed Sep 14, 2024
1 parent 3fc4e6c commit 98647f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/notifications-test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ jobs:
shell: bash

- name: Upload Artifacts for notifications plugin
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: notifications-plugin-${{ matrix.os }}
path: notifications-build/notifications

- name: Upload Artifacts for notifications-core plugin
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: notifications-core-plugin-${{ matrix.os }}
path: notifications-build/notifications-core
Expand Down Expand Up @@ -129,13 +129,13 @@ jobs:
shell: bash

- name: Upload Artifacts for notifications plugin
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: notifications-plugin-${{ matrix.os }}
path: notifications-build/notifications

- name: Upload Artifacts for notifications-core plugin
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: notifications-core-plugin-${{ matrix.os }}
path: notifications-build/notifications-core

0 comments on commit 98647f5

Please sign in to comment.