diff options
| author | 2024-09-08 04:51:48 +0800 | |
|---|---|---|
| committer | 2024-09-08 04:51:48 +0800 | |
| commit | d6c208583ef98fec27c51e9e32ccfe601078c360 (patch) | |
| tree | 4379c055c6bec60e5dd53f9bc0f627e9b7b3e08a /.github | |
| parent | 11970c0e42e5db0ceff1dae64672e484baae5535 (diff) | |
| download | HydroRoll-d6c208583ef98fec27c51e9e32ccfe601078c360.tar.gz HydroRoll-d6c208583ef98fec27c51e9e32ccfe601078c360.zip | |
chore(workflow): downgrade actions/download-artifact to v3 (#107)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49b1a9b..d9200ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,7 +107,7 @@ jobs: if: "startsWith(github.ref, 'refs/tags/')" needs: [linux, windows, macos, sdist] steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v3 with: name: wheels - name: Publish to PyPI |
