Skip to content

Commit 24ee647

Browse files
committed
fixup! ci: upload built artifact
Update to the newest GitHub Actions version. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 2d26c74 commit 24ee647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/msbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: msbuild /m /p:Configuration=${{ matrix.config.name }} ${{ env.SOLUTION_FILE_PATH }}
3535

3636
- name: Upload SFX bundle
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: ${{ matrix.config.artifact }}
4040
path: CPP/7zip/Bundles/SFXSetup/${{ matrix.config.name }}/${{ matrix.config.artifact }}.sfx

0 commit comments

Comments
 (0)