File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments