Skip to content

Commit dc01000

Browse files
dependabot[bot]Stranger6667
authored andcommitted
build(deps): bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bc6a2f5 commit dc01000

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/python-release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
pip install dist/${{ env.PACKAGE_NAME }}-*.tar.gz --force-reinstall
3838
- name: Upload sdist
39-
uses: actions/upload-artifact@v2
39+
uses: actions/upload-artifact@v3
4040
with:
4141
name: dist
4242
path: dist
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
pip install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall
6161
- name: Upload wheels
62-
uses: actions/upload-artifact@v2
62+
uses: actions/upload-artifact@v3
6363
with:
6464
name: dist
6565
path: dist
@@ -81,7 +81,7 @@ jobs:
8181
run: |
8282
pip install dist/${{ env.PACKAGE_NAME }}-*universal2.whl --force-reinstall
8383
- name: Upload wheels
84-
uses: actions/upload-artifact@v2
84+
uses: actions/upload-artifact@v3
8585
with:
8686
name: dist
8787
path: dist
@@ -108,7 +108,7 @@ jobs:
108108
run: |
109109
python -m pip install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall
110110
- name: Upload wheels
111-
uses: actions/upload-artifact@v2
111+
uses: actions/upload-artifact@v3
112112
with:
113113
name: dist
114114
path: dist
@@ -135,7 +135,7 @@ jobs:
135135
run: |
136136
pip install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall
137137
- name: Upload wheels
138-
uses: actions/upload-artifact@v2
138+
uses: actions/upload-artifact@v3
139139
with:
140140
name: dist
141141
path: dist
@@ -169,7 +169,7 @@ jobs:
169169
run: |
170170
pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links dist/ --force-reinstall
171171
- name: Upload wheels
172-
uses: actions/upload-artifact@v2
172+
uses: actions/upload-artifact@v3
173173
with:
174174
name: dist
175175
path: dist
@@ -201,7 +201,7 @@ jobs:
201201
apk add py3-pip
202202
pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links /io/dist/ --force-reinstall --break-system-packages
203203
- name: Upload wheels
204-
uses: actions/upload-artifact@v2
204+
uses: actions/upload-artifact@v3
205205
with:
206206
name: dist
207207
path: dist
@@ -237,7 +237,7 @@ jobs:
237237
run: |
238238
pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links dist/ --force-reinstall --break-system-packages
239239
- name: Upload wheels
240-
uses: actions/upload-artifact@v2
240+
uses: actions/upload-artifact@v3
241241
with:
242242
name: dist
243243
path: dist
@@ -272,7 +272,7 @@ jobs:
272272
run: |
273273
pip install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall
274274
- name: Upload wheels
275-
uses: actions/upload-artifact@v2
275+
uses: actions/upload-artifact@v3
276276
with:
277277
name: dist
278278
path: dist

0 commit comments

Comments
 (0)