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 @@ -51,22 +51,22 @@ jobs:
5151
5252 # Artifact upload
5353 - name : Upload EugFile artifact
54- uses : actions/upload-artifact@v3
54+ uses : actions/upload-artifact@v4
5555 with :
5656 name : EugFile
5757 path : eugFile/dist/eugFile.jar
5858 - name : Upload EugFile_specific artifact
59- uses : actions/upload-artifact@v3
59+ uses : actions/upload-artifact@v4
6060 with :
6161 name : EugFile_specific
6262 path : EugFile_specific/dist/EugFile_specific.jar
6363 - name : Upload EugSyntax artifact
64- uses : actions/upload-artifact@v3
64+ uses : actions/upload-artifact@v4
6565 with :
6666 name : EugSyntax
6767 path : EugSyntax/dist/EugSyntax.jar
6868 - name : Upload scenario editor snapshot artifact
69- uses : actions/upload-artifact@v3
69+ uses : actions/upload-artifact@v4
7070 with :
7171 name : Scenario_Editor
7272 path : EU3_Scenario_Editor/Scenario_Editor.zip
You can’t perform that action at this time.
0 commit comments