File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 filename : " spc-windows-x64.exe"
4141 steps :
4242 - name : " Checkout"
43- uses : " actions/checkout@v4 "
43+ uses : " actions/checkout@v5 "
4444
4545 - if : inputs.debug == true
4646 run : echo "SPC_BUILD_DEBUG=--debug" >> $GITHUB_ENV
@@ -145,7 +145,7 @@ jobs:
145145 endpoint : ${{ secrets.AWS_ENDPOINT }}
146146
147147 - name : " Upload Artifact"
148- uses : actions/upload-artifact@v4
148+ uses : actions/upload-artifact@v5
149149 with :
150150 path : spc${{ env.SUFFIX }}
151151 name : spc-${{ matrix.operating-system.name }}${{ env.SUFFIX }}
@@ -168,10 +168,10 @@ jobs:
168168 os : " windows-latest"
169169 steps :
170170 - name : " Checkout"
171- uses : actions/checkout@v4
171+ uses : actions/checkout@v5
172172
173173 - name : " Download Artifact"
174- uses : actions/download-artifact@v4
174+ uses : actions/download-artifact@v5
175175 env :
176176 SUFFIX : ${{ matrix.operating-system.name == 'windows-x64' && '.exe' || '' }}
177177 with :
You can’t perform that action at this time.
0 commit comments