Skip to content

Commit 203bf0d

Browse files
committed
style(pu): use actions/upload-artifact@v4
1 parent 4dee81d commit 203bf0d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
make zip
4040
ls -al dist
4141
- name: Upload packed files to artifacts
42-
uses: actions/upload-artifact@v3
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: build-artifacts-all
4545
path: ./dist/*
@@ -103,7 +103,7 @@ jobs:
103103
ls -al ./wheelhouse
104104
mv wheelhouse dist
105105
- name: Upload packed files to artifacts
106-
uses: actions/upload-artifact@v3
106+
uses: actions/upload-artifact@v4
107107
with:
108108
name: build-artifacts-all
109109
path: ./dist/*

.github/workflows/release_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
make zip
3939
ls -al dist
4040
- name: Upload packed files to artifacts
41-
uses: actions/upload-artifact@v3
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: build-artifacts-source-pack
4444
path: ./dist/*
4545
- name: Upload packed files to artifacts
46-
uses: actions/upload-artifact@v3
46+
uses: actions/upload-artifact@v4
4747
with:
4848
name: build-artifacts-all
4949
path: ./dist/*
@@ -108,12 +108,12 @@ jobs:
108108
ls -al ./wheelhouse
109109
mv wheelhouse dist
110110
- name: Upload packed files to artifacts
111-
uses: actions/upload-artifact@v3
111+
uses: actions/upload-artifact@v4
112112
with:
113113
name: build-artifacts-${{ runner.os }}-cp${{ matrix.python }}-${{ matrix.architecture }}
114114
path: ./dist/*
115115
- name: Upload packed files to artifacts
116-
uses: actions/upload-artifact@v3
116+
uses: actions/upload-artifact@v4
117117
with:
118118
name: build-artifacts-all
119119
path: ./dist/*

0 commit comments

Comments
 (0)