We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69dc3ff commit 3d69d08Copy full SHA for 3d69d08
2 files changed
.github/workflows/sample-builder.yml
@@ -368,7 +368,7 @@ jobs:
368
7z a -snl ../../LuxCoreSamples-${{ runner.os }}-${{ runner.arch }}.zip LuxCore/
369
370
# Upload artifacts
371
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v7
372
id: upload
373
with:
374
name: LuxCore-Samples-${{ runner.os }}-${{ runner.arch }}
.github/workflows/wheel-builder.yml
@@ -390,7 +390,7 @@ jobs:
390
#uses: mxschmitt/action-tmate@v3
391
392
393
- - uses: actions/upload-artifact@v5
394
395
396
name: cibw-wheels-${{ matrix.os }}-${{ matrix.python-minor }}
0 commit comments