Skip to content

Commit e5e8ea1

Browse files
Update actions/upload-artifact action to v7
1 parent b29a47c commit e5e8ea1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: ./gradlew --info --scan --stacktrace assemble
4444

4545
- name: Upload Jars
46-
uses: actions/upload-artifact@v5
46+
uses: actions/upload-artifact@v7
4747
with:
4848
name: GTExpert-Core
4949
path: build/libs/*.jar

0 commit comments

Comments
 (0)