Skip to content

Commit

Permalink
[GHA] use newer upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
CristianLara committed Feb 3, 2025
1 parent d606bc7 commit 2881911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_website_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
python3 scripts/convert_ipynb_to_mdx.py --clean
- name: Upload tutorials as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: tutorials
path: docs/tutorials/
Expand Down

0 comments on commit 2881911

Please sign in to comment.