diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 438641f5..53078f0e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -74,7 +74,7 @@ jobs: outputs: type=docker,dest=/tmp/debos-image.tar - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: debos-image path: /tmp/debos-image.tar @@ -149,7 +149,7 @@ jobs: sudo apt-get update && sudo apt-get install -y qemu-user-static - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: debos-image path: /tmp