Skip to content

Commit

Permalink
fix deprecated version of actions/upload-artifact: v1
Browse files Browse the repository at this point in the history
  • Loading branch information
YANG-DB committed Dec 3, 2024
1 parent 0c32f9f commit 7ec595e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
cp -r ./build/distributions/*.zip opensearch-observability-builds/
- name: Upload Artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3-node20
with:
name: opensearch-observability-ubuntu-latest
path: opensearch-observability-builds
Expand All @@ -79,7 +79,7 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}

- name: Build with Gradle
run: |
./gradlew build
Expand Down

0 comments on commit 7ec595e

Please sign in to comment.