diff --git a/.github/workflows/aspnetcore-sync.yml b/.github/workflows/aspnetcore-sync.yml index 582f371cf9ab..12437d6ca7d1 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@v7 with: name: results path: artifacts diff --git a/.github/workflows/jit-format.yml b/.github/workflows/jit-format.yml index be0a5d854a9c..0bb305689503 100644 --- a/.github/workflows/jit-format.yml +++ b/.github/workflows/jit-format.yml @@ -57,7 +57,7 @@ jobs: ROOTFS_DIR: ${{ matrix.os.rootfs }} - name: Publish format.patch - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: path: runtime/format.patch name: format.${{matrix.os.name}}.patch