diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index aab99c9..8f3bca1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -244,7 +244,7 @@ jobs: sudo apt-get update && sudo apt-get install -y qemu-user-static - name: Download artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: debos-image path: /tmp @@ -284,7 +284,7 @@ jobs: uses: actions/checkout@v5 - name: Download artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: debos-image path: /tmp