Skip to content

Commit 6190e48

Browse files
authored
Merge pull request #3 from RitzKid76/patch-1
Update build-and-test.yaml to use upload-artifact v4
2 parents f50fc0d + 91df57c commit 6190e48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
mvn clean install
3737
3838
- name: Upload artifact
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: WorldGuard
42-
path: target/*.jar
42+
path: target/*.jar

0 commit comments

Comments
 (0)