diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index e543442..5be37e4 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -39,7 +39,7 @@ jobs:
       - name: 🚀 Run pytest
         run: poetry run pytest --cov aiotankerkoenig tests
       - name: ⬆️ Upload coverage artifact
-        uses: actions/upload-artifact@v4.5.0
+        uses: actions/upload-artifact@v4.6.0
         with:
           name: coverage-${{ matrix.python }}
           path: .coverage