aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-08 04:38:46 +0800
committerGitHub <noreply@github.com>2024-09-08 04:38:46 +0800
commit30b679877d1360d932d6a45f963c12f011fca89a (patch)
treecc9d0710e87298f6b9805601f87f6edf2a2303be
parentb5aba5f4bd40d88f10ce0ccd298f6eec61bc98e5 (diff)
downloadHydroRoll-30b679877d1360d932d6a45f963c12f011fca89a.tar.gz
HydroRoll-30b679877d1360d932d6a45f963c12f011fca89a.zip
chore(deps): bump actions/download-artifact (#103)
Bumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 3 to 4 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index d9200ad..49b1a9b 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@v3
+ - uses: actions/download-artifact@v4
with:
name: wheels
- name: Publish to PyPI