Skip to content

Commit b14772a

Browse files
committed
Update from deprecated upload-artifact version
1 parent a542fef commit b14772a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
arguments: build
3131
cache-read-only: ${{ github.ref != 'refs/heads/main' }}
3232
- name: Upload Artifacts
33-
uses: actions/upload-artifact@v3
33+
uses: actions/upload-artifact@v4
3434
with:
3535
path: build/libs/*.jar

0 commit comments

Comments
 (0)