We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d26c74 commit 24ee647Copy full SHA for 24ee647
.github/workflows/msbuild.yml
@@ -34,7 +34,7 @@ jobs:
34
run: msbuild /m /p:Configuration=${{ matrix.config.name }} ${{ env.SOLUTION_FILE_PATH }}
35
36
- name: Upload SFX bundle
37
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
38
with:
39
name: ${{ matrix.config.artifact }}
40
path: CPP/7zip/Bundles/SFXSetup/${{ matrix.config.name }}/${{ matrix.config.artifact }}.sfx
0 commit comments