Skip to content

Commit 6039eff

Browse files
authored
Merge pull request #144 from datastax/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents e8e737f + 4499d81 commit 6039eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cli-native-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build with Maven
3333
run: 'mvn package -Dmaven.test.skip=true'
3434
- name: Temporarily save package
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: java-binary
3838
path: |
@@ -68,7 +68,7 @@ jobs:
6868
run: native-image --enable-url-protocols=https -H:+ReportExceptionStackTraces -jar astra-cli-*.jar astra-cli-windows.exe
6969
if: runner.os == 'Windows'
7070
- name: Temporarily save package
71-
uses: actions/upload-artifact@v3
71+
uses: actions/upload-artifact@v4
7272
with:
7373
name: astra-cli-${{ matrix.os }}-java-${{ matrix.jdk-version }}
7474
path: |

0 commit comments

Comments
 (0)