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.
2 parents 81abaf5 + 2c181e8 commit 8bd2e93Copy full SHA for 8bd2e93
.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@v5
+ uses: actions/upload-artifact@v6
38
with:
39
name: ${{ matrix.config.artifact }}
40
path: CPP/7zip/Bundles/SFXSetup/${{ matrix.config.name }}/${{ matrix.config.artifact }}.sfx
0 commit comments