From 8fba3b97e7668563854449ca07bd0751a5e7b9e7 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Tue, 26 Nov 2024 01:28:18 +0100 Subject: [PATCH] Upgrade artifacts actions to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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-*