Skip to content

Commit

Permalink
upgrade upload-artifact to v3 (opensearch-project#1656) (opensearch-p…
Browse files Browse the repository at this point in the history
…roject#1658) (opensearch-project#1677) (opensearch-project#1680)

Signed-off-by: Joanne Wang <[email protected]>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
  • Loading branch information
sbcd90 and opensearch-trigger-bot[bot] authored Sep 26, 2024
1 parent a1bee61 commit 0b17e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
# This step uses the upload-artifact Github action: https://github.com/actions/upload-artifact
- name: Upload Artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: alerting-plugin-${{ matrix.os }}
path: alerting-artifacts
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
cp ./alerting/build/distributions/*.zip alerting-artifacts
# This step uses the upload-artifact Github action: https://github.com/actions/upload-artifact
- name: Upload Artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: alerting-plugin-${{ matrix.os }}
path: alerting-artifacts

0 comments on commit 0b17e6d

Please sign in to comment.