Skip to content

Commit 17f3bd2

Browse files
Update CI workflows from v3 to v4, no idea if this will fix it
1 parent 47a4e57 commit 17f3bd2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
with:
2727
submodules: recursive
2828
- name: Set up JDK 17
29-
uses: actions/setup-java@v3
29+
uses: actions/setup-java@v4
3030
with:
3131
java-version: '17'
3232
distribution: 'temurin'
3333
- name: Build with Gradle
3434
run: ./gradlew build
3535
- name: Upload Artifact
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: gallium-jars
3939
path: |

0 commit comments

Comments
 (0)