This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-client-python.git


The following commit(s) were added to refs/heads/main by this push:
     new 27fa362  Upgrade artifacts actions to v4 (#122)
27fa362 is described below

commit 27fa36250582199313a2cb953e3182d9644ab4af
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue Nov 26 00:54:50 2024 +0000

    Upgrade artifacts actions to v4 (#122)
---
 .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 4a6430c..7d2fcd4 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-*

Reply via email to