diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dbcc93f..cc7ed2f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: IncludeNativeLibrariesForSelfExtract: true PublishSingleFile: true - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: exe-${{ matrix.platform }} path: src\bin\Release\net10.0-windows10.0.19041.0\win-${{ matrix.platform }}\publish\*.exe @@ -51,7 +51,7 @@ jobs: UapAppxPackageBuildMode: SideloadOnly UseTemporarySignCert: true - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: msix-${{ matrix.platform }} path: uwp\AppPackages\*\*.msix @@ -89,7 +89,7 @@ jobs: run: dotnet test --filter type=system --verbosity normal working-directory: test - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: ${{ failure() }} with: name: test-dir diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ef077d..f061cb5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: RELEASE_NAME: WinDynamicDesktop ${{ github.event.inputs.version }} TAG_NAME: v${{ github.event.inputs.version }} - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: msixupload # To download/extract: gh run download -n msixupload path: dist\*.msixupload