diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd18f3d..e7e2507 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: run: msbuild wnt.sln /m /p:configuration=${{ matrix.configuration }} /p:platform=${{ matrix.platform }} /p:SignMode=TestSign - name: Upload Artifacts if: matrix.os == 2022 - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 with: name: bin_${{ matrix.configuration }}_${{ matrix.platform }} path: | @@ -102,7 +102,7 @@ jobs: shell: PowerShell run: tools/log.ps1 -Convert -Name fnfunc* -Verbose -Config ${{ matrix.configuration }} -Arch ${{ matrix.platform }} - name: Upload Logs - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 if: ${{ always() }} with: name: logs_func_${{ matrix.apimode }}_${{ matrix.os }}_${{ matrix.configuration }}_${{ matrix.platform }} @@ -133,7 +133,7 @@ jobs: shell: PowerShell run: tools/create-nuget-package.ps1 -Config ${{ matrix.configuration }} -Platform x64, arm64 - name: Upload Release Artifacts - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 with: name: release_dev_artifacts_${{ matrix.configuration }} path: | @@ -160,7 +160,7 @@ jobs: shell: PowerShell run: tools/create-runtimekit.ps1 -Config ${{ matrix.configuration }} -Platform ${{ matrix.platform }} - name: Upload Release Artifacts - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 with: name: release_runtime_artifacts_${{ matrix.configuration }}_${{ matrix.platform }} path: |