Skip to content

Commit 4413529

Browse files
committed
Update to v5
1 parent 8e970f3 commit 4413529

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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:

0 commit comments

Comments
 (0)