diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a6430c1..7d2fcd4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - 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-*