Skip to content

Commit

Permalink
Update BuildUSD action to use upload-artifacts@v4 on Windows
Browse files Browse the repository at this point in the history
upload-artifacts@v3 had previously been deprecated and was
disabled as of January 30th per:

https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

The bug that prevented us from using v4 earlier on Windows
appears to have been fixed.

(Internal change: 2355870)
  • Loading branch information
sunyab authored and pixar-oss committed Feb 4, 2025
1 parent 0f135d9 commit 0fff6d9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/buildusd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,7 @@ jobs:
USDinst
key: ${{ runner.os }}-BuildUSD-py${{ env.PYTHON_VERSION }}-${{ hashFiles('build_scripts/**/*') }}
- name: Upload artifacts
# use v3 because actions/upload-artifact@v4 fails
# see https://github.com/actions/upload-artifact/issues/485
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: usd-win64
path: USDinst

0 comments on commit 0fff6d9

Please sign in to comment.