Skip to content

Commit

Permalink
TS-40724 Update GraalVM GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Klein committed Nov 12, 2024
1 parent 426f9d8 commit 71f66fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
file: ./target/teamscale-upload
- name: 'Upload Artifact'
if: ${{ always() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: target-linux
path: ./target
Expand All @@ -56,7 +56,7 @@ jobs:
run: mvn clean verify
- name: 'Upload Artifact'
if: ${{ always() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: target-mac
path: ./target
Expand All @@ -79,7 +79,7 @@ jobs:
run: ./build-windows.bat
- name: 'Upload Artifact'
if: ${{ always() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: target-windows
path: ./target
Expand Down

0 comments on commit 71f66fd

Please sign in to comment.