Skip to content

Commit 8b24115

Browse files
committed
update workflow
1 parent 417f38d commit 8b24115

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build-artifacts:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121

@@ -38,7 +38,7 @@ jobs:
3838
python -m twine check dist/*
3939
4040
41-
- uses: actions/upload-artifact@v3
41+
- uses: actions/upload-artifact@v4
4242
with:
4343
name: releases
4444
path: dist
@@ -50,9 +50,9 @@ jobs:
5050
run:
5151
shell: bash -l {0}
5252
steps:
53-
- uses: actions/checkout@v3
53+
- uses: actions/checkout@v4
5454

55-
- uses: actions/download-artifact@v3
55+
- uses: actions/download-artifact@v4
5656
with:
5757
name: releases
5858
path: dist
@@ -75,7 +75,7 @@ jobs:
7575
if: github.event_name == 'push'
7676
runs-on: ubuntu-latest
7777
steps:
78-
- uses: actions/download-artifact@v3
78+
- uses: actions/download-artifact@v4
7979
with:
8080
name: releases
8181
path: dist
@@ -93,7 +93,7 @@ jobs:
9393
if: ${{ github.event_name == 'release' && !github.event.act }}
9494
runs-on: ubuntu-latest
9595
steps:
96-
- uses: actions/download-artifact@v3
96+
- uses: actions/download-artifact@v4
9797
with:
9898
name: releases
9999
path: dist

0 commit comments

Comments
 (0)