Skip to content

Commit 974987a

Browse files
authored
Upgrade upload-artifact action to version 4
1 parent bd97e62 commit 974987a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: |
5050
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) ||
5151
(github.event_name == 'release' && github.event.action == 'published')
52-
uses: actions/upload-artifact@v3
52+
uses: actions/upload-artifact@v4
5353
with:
5454
path: wheelhouse/*.whl
5555
retention-days: 7
@@ -71,7 +71,7 @@ jobs:
7171
if: |
7272
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) ||
7373
(github.event_name == 'release' && github.event.action == 'published')
74-
uses: actions/upload-artifact@v3
74+
uses: actions/upload-artifact@v4
7575
with:
7676
path: dist/*.tar.gz
7777
retention-days: 7

0 commit comments

Comments
 (0)