diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index aab99c9..87554e3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -142,7 +142,7 @@ jobs: outputs: type=docker,dest=/tmp/debos-image.tar - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: debos-image path: /tmp/debos-image.tar