Skip to content

Commit f81b16b

Browse files
authored
Merge pull request #93 from kevin1024/fix-deprecated-upload-download-artifact
2 parents 8ec3611 + 273ee02 commit f81b16b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: tox -e py,release
4141

4242
- name: upload dist
43-
uses: actions/upload-artifact@v2
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: ${{ matrix.os }}_${{ matrix.python-version}}_dist
4646
path: dist
@@ -53,7 +53,7 @@ jobs:
5353
id-token: write
5454
steps:
5555
- name: Download dists for PyPI
56-
uses: actions/download-artifact@v2
56+
uses: actions/download-artifact@v4
5757
with:
5858
name: ubuntu-latest_3.11_dist
5959
path: dist

0 commit comments

Comments
 (0)