diff --git a/.github/workflows/aspnetcore-sync.yml b/.github/workflows/aspnetcore-sync.yml index dac2581735cfe9..206e86e5be922d 100644 --- a/.github/workflows/aspnetcore-sync.yml +++ b/.github/workflows/aspnetcore-sync.yml @@ -42,7 +42,7 @@ jobs: mkdir ..\artifacts git status > ..\artifacts\status.txt git diff > ..\artifacts\diff.txt - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: results path: artifacts diff --git a/.github/workflows/jit-format.yml b/.github/workflows/jit-format.yml index b396b7925e4856..7130e62fc0193a 100644 --- a/.github/workflows/jit-format.yml +++ b/.github/workflows/jit-format.yml @@ -46,7 +46,7 @@ jobs: ROOTFS_DIR: ${{ matrix.os.rootfs }} - name: Publish format.patch - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: path: runtime/format.patch name: format.${{matrix.os.name}}.patch