Skip to content

Commit 4d154f5

Browse files
committed
update github actions
1 parent 38e7a73 commit 4d154f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- name: Set up JDK 17
13-
uses: actions/setup-java@v3
13+
uses: actions/setup-java@v4
1414
with:
1515
distribution: 'microsoft'
1616
java-version: '17'
@@ -30,7 +30,7 @@ jobs:
3030
cp ForgeApi/build/libs/*.jar dist
3131
cp Gui/build/libs/*.jar dist
3232
cp Library/build/libs/*.jar dist
33-
- uses: actions/upload-artifact@v3
33+
- uses: actions/upload-artifact@v4
3434
with:
3535
if-no-files-found: error
3636
path: dist/*

0 commit comments

Comments
 (0)