Skip to content

Commit

Permalink
fix deprecated version of github actions (v4)
Browse files Browse the repository at this point in the history
Signed-off-by: YANGDB <[email protected]>
  • Loading branch information
YANG-DB committed Dec 4, 2024
1 parent 595e5ab commit d9964be
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
image: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-version-linux }}
options: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-start-options }}

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

steps:
- name: Run start commands
run: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-start-command }}
Expand Down Expand Up @@ -61,7 +58,7 @@ jobs:
cp -r ./build/distributions/*.zip opensearch-observability-builds/
- name: Upload Artifacts
uses: actions/upload-artifact@v3-node20
uses: actions/upload-artifact@v4
with:
name: opensearch-observability-ubuntu-latest
path: opensearch-observability-builds
Expand Down Expand Up @@ -94,7 +91,7 @@ jobs:
cp -r ./build/distributions/*.zip opensearch-observability-builds/
- name: Upload Artifacts
uses: actions/upload-artifact@v3-node20
uses: actions/upload-artifact@v4
with:
name: opensearch-observability-${{ matrix.os }}
path: opensearch-observability-builds

0 comments on commit d9964be

Please sign in to comment.