Skip to content

Commit 91df57c

Browse files
authored
Update build-and-test.yaml to use upload-artifact v4
As of January 30th, 2025, GitHub actions will no longer be able to use v3 of upload-artifact. If this update is not made, our build-and-test action will fail.
1 parent f50fc0d commit 91df57c

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)