diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f3bd76b..efb3af3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -174,7 +174,7 @@ jobs: run: | docker images docker save -o ubuntu-base-and-hub.tar base:ubuntu-dev hub:ubuntu-dev - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: ubuntu-base-and-hub path: ubuntu-base-and-hub.tar @@ -218,7 +218,7 @@ jobs: docker save -o windows-base-and-hub.tar base:windows-dev hub:windows-dev zstd -z -12 --format=zstd windows-base-and-hub.tar - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: windows-base-and-hub path: C:/artifact/windows-base-and-hub.tar.zst