Skip to content

Commit c33215f

Browse files
NoaaanDaFuqs
authored andcommitted
Update outdated GitHub Workflow
1 parent 44374c2 commit c33215f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: checkout repository
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v4
2222

2323
- name: validate gradle wrapper
2424
uses: gradle/wrapper-validation-action@v1
@@ -39,7 +39,7 @@ jobs:
3939
- name: capture build artifacts
4040
# Only capture artifacts from one OS (Linux)
4141
if: ${{ runner.os == 'Linux' && matrix.java == '21' }} # Only upload artifacts built from latest java on one OS
42-
uses: actions/upload-artifact@v2
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: Artifacts
4545
path: build/libs/

0 commit comments

Comments
 (0)