Skip to content

Commit 0fff6d9

Browse files
sunyabpixar-oss
authored andcommitted
Update BuildUSD action to use upload-artifacts@v4 on Windows
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)
1 parent 0f135d9 commit 0fff6d9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/buildusd.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,7 @@ jobs:
184184
USDinst
185185
key: ${{ runner.os }}-BuildUSD-py${{ env.PYTHON_VERSION }}-${{ hashFiles('build_scripts/**/*') }}
186186
- name: Upload artifacts
187-
# use v3 because actions/upload-artifact@v4 fails
188-
# see https://github.com/actions/upload-artifact/issues/485
189-
uses: actions/upload-artifact@v3
187+
uses: actions/upload-artifact@v4
190188
with:
191189
name: usd-win64
192190
path: USDinst

0 commit comments

Comments
 (0)