Skip to content

Commit 723e052

Browse files
committed
* fix github artifact and archive circelci
1 parent d3cc142 commit 723e052

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/windows_nightly.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,12 @@ jobs:
4848
python ${{ env.SOURCE_DIR }}/Scripts/make.py --build --aqt=${{ env.QT_VERSION }}
4949
5050
- name: Artifact
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: ${{ env.ARCHIVE_NAME }}
5454
path: ${{ env.BUILD_DIR }}/**
55+
if-no-files-found: error
56+
compression-level: 9
5557

5658

5759

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
Linux x64:
4141
machine:
42-
image: ubuntu-2004:202010-01
42+
image: ubuntu-2004:current
4343
resource_class: large
4444
steps:
4545
- run:

0 commit comments

Comments
 (0)