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-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 5f8572f1e3 Upgrade artifacts version to v4 (#1091)
5f8572f1e3 is described below

commit 5f8572f1e30fcde4b0ae98efe710af62018726a0
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue Nov 26 00:55:05 2024 +0000

    Upgrade artifacts version to v4 (#1091)
---
 .github/workflows/build.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 797e5c98c7..2e8171e41c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -114,7 +114,7 @@ jobs:
           echo "Here was the contents of the ./docs-archive directory" >> 
./dist/docs/index.html
           find ./dist/
           /mnt/airflow-site/.github/scripts/print_df.sh
-      - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce 
 # v3.1.2
+      - uses: actions/upload-artifact@v4
         name: 🚀 Upload website as artifact
         if: ${{ github.event_name == 'pull_request' }}
         with:
@@ -151,7 +151,7 @@ jobs:
           git push --force origin gh-pages
           ../.github/scripts/print_df.sh
       - name: 🚀 Upload git commit log as artifacts
-        uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce 
 # v3.1.2
+        uses: actions/upload-artifact@v4
         with:
           name: airflow-git-commit-log
           path: './git_commit.log'
@@ -167,7 +167,7 @@ jobs:
           python3 setup.py sdist bdist_wheel
           ../.github/scripts/print_df.sh
       - name: 🚀 Upload sphinx_airflow_theme package as artifact
-        uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce 
 # v3.1.2
+        uses: actions/upload-artifact@v4
         with:
           name: airflow-sphinx-theme
           path: './sphinx_airflow_theme/dist'
@@ -181,7 +181,7 @@ jobs:
           ./docs.sh build
           ../../.github/scripts/print_df.sh
       - name: 🚀 Upload sphinx_airflow_theme demo as artifact
-        uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce 
 # v3.1.2
+        uses: actions/upload-artifact@v4
         with:
           name: airflow-sphinx-theme-demo
           path: './sphinx_airflow_theme/demo/_build'

Reply via email to