diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47462c6cd30..983c3192eb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: path: docs/_site - name: Upload Logs - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: ${{ !cancelled() }} with: name: logs-${{ matrix.os }} @@ -73,7 +73,7 @@ jobs: test/**/TestResults/*.trx test/**/TestResults/*.html - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: ${{ failure() && matrix.os == 'ubuntu-latest' }} with: name: dump diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c74a2db1175..7aafdf48aee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,12 +28,12 @@ jobs: - run: zip -r ../../bin/docfx-osx-x64-${GITHUB_REF_NAME}.zip . working-directory: drop/publish/osx-x64 - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: nuget path: drop/nuget - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: bin path: drop/bin @@ -72,7 +72,7 @@ jobs: --azure-key-vault-url "${{ secrets.SIGN_KEY_VAULT_URL }}" --azure-key-vault-certificate "${{ secrets.SIGN_KEY_VAULT_CERTIFICATE }}" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: nuget-signed path: drop/nuget