From c47fdb31838993cb3032ce85c4ddd21a0c5cfdd3 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Tue, 26 Nov 2024 01:22:02 +0100 Subject: [PATCH] Upgrade artifacts version to v4 --- .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 797e5c98c7d..2e8171e41c7 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'