diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index de54d5a3..bf905608 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -64,7 +64,7 @@ jobs: path: official-images - name: Download Builded Image - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: companion.tar @@ -140,7 +140,7 @@ jobs: # ADD BUILT IMAGE - name: Download Built Image - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: companion.tar