mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2025-01-13 09:38:55 +00:00
Upgrade actions/download-artifact
This commit is contained in:
parent
e3cc5543cb
commit
743816a7cf
2
.github/workflows/pypi_upload.yml
vendored
2
.github/workflows/pypi_upload.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
|
||||
steps:
|
||||
- uses: actions/download-artifact@v2
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: artifact
|
||||
path: dist
|
||||
|
Loading…
Reference in New Issue
Block a user