Upgrade artifacts actions to v4
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4a6430c..7d2fcd4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,7 +28,7 @@
       - name: Build packages
         run: hatch build -c -t sdist -t wheel
       - name: "Upload packages"
-        uses: actions/upload-artifact@v3
+        uses: actions/upload-artifact@v4
         with:
           name: packages
           path: ./dist/apache_airflow_client-*