Skip to content

Commit

Permalink
CI: upgrade upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom authored May 22, 2024
1 parent d20a9e7 commit 6eb326b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build with Gradle Wrapper
run: ./gradlew build nativeCompile nativeTest
- name: Upload binary
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Ecore2Emfatic-${{ matrix.os }}
path: build/native/nativeCompile/Ecore2Emfatic*

0 comments on commit 6eb326b

Please sign in to comment.