Skip to content

Commit

Permalink
Upgrade artifacts version to v4 (#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored Nov 26, 2024
1 parent 0d5111a commit 5f8572f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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'
Expand All @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit 5f8572f

Please sign in to comment.