Skip to content

Commit

Permalink
all-repos: update actions/upload-artifact to v4 (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuarli committed Sep 23, 2024
1 parent 084c607 commit d854000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python scripts/create_metrics_def_json.py
- run: pip install wheel setuptools
- run: python setup.py sdist bdist_wheel
- uses: actions/upload-artifact@v3.1.1
- uses: actions/upload-artifact@v4
with:
name: ${{ github.sha }}
path: dist/*
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
force_orphan: true

- name: Archive Docs
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v4
with:
name: docs
path: docs/build

0 comments on commit d854000

Please sign in to comment.