We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f135d9 commit 0fff6d9Copy full SHA for 0fff6d9
.github/workflows/buildusd.yml
@@ -184,9 +184,7 @@ jobs:
184
USDinst
185
key: ${{ runner.os }}-BuildUSD-py${{ env.PYTHON_VERSION }}-${{ hashFiles('build_scripts/**/*') }}
186
- 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
+ uses: actions/upload-artifact@v4
190
with:
191
name: usd-win64
192
path: USDinst
0 commit comments