Skip to content

Commit

Permalink
upgrade upload-artifact to v3 (#1656) (#1658) (#1678)
Browse files Browse the repository at this point in the history
Signed-off-by: Joanne Wang <jowg@amazon.com>
  • Loading branch information
opensearch-trigger-bot[bot] authored Sep 26, 2024
1 parent 30c3d13 commit bb1ae9d
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 bb1ae9d

Please sign in to comment.