Skip to content

Commit

Permalink
Merge pull request #144 from datastax/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
clun authored Feb 6, 2024
2 parents e8e737f + 4499d81 commit 6039eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cli-native-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build with Maven
run: 'mvn package -Dmaven.test.skip=true'
- name: Temporarily save package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: java-binary
path: |
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
run: native-image --enable-url-protocols=https -H:+ReportExceptionStackTraces -jar astra-cli-*.jar astra-cli-windows.exe
if: runner.os == 'Windows'
- name: Temporarily save package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: astra-cli-${{ matrix.os }}-java-${{ matrix.jdk-version }}
path: |
Expand Down

0 comments on commit 6039eff

Please sign in to comment.