Skip to content

Commit ea921e3

Browse files
committed
Merge remote-tracking branch 'origin/bungee-channelinitalizer-api-port' into bungee-channelinitalizer-api-port
2 parents 331aee4 + e414023 commit ea921e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pullrequest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,22 @@ jobs:
2424
run: ./gradlew build
2525

2626
- name: Archive artifacts (Floodgate Bungee)
27-
uses: actions/upload-artifact@v2
27+
uses: actions/upload-artifact@v4
2828
if: success()
2929
with:
3030
name: Floodgate Bungee
3131
path: bungee/build/libs/connect-bungee.jar
3232

3333
- name: Archive artifacts (Floodgate Spigot)
34-
uses: actions/upload-artifact@v2
34+
uses: actions/upload-artifact@v4
3535
if: success()
3636
with:
3737
name: Floodgate Spigot
3838
path: spigot/build/libs/connect-spigot.jar
3939

4040
- name: Archive artifacts (Floodgate Velocity)
41-
uses: actions/upload-artifact@v2
41+
uses: actions/upload-artifact@v4
4242
if: success()
4343
with:
4444
name: Floodgate Velocity
45-
path: velocity/build/libs/connect-velocity.jar
45+
path: velocity/build/libs/connect-velocity.jar

0 commit comments

Comments
 (0)