Skip to content

Commit 5ca3d77

Browse files
Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 935771f commit 5ca3d77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# See https://github.com/pypa/twine/issues/1216
6161
pip install "twine>=6.1.0" "packaging>=24.2"
6262
- name: Download sdist
63-
uses: actions/download-artifact@v7
63+
uses: actions/download-artifact@v8
6464
with:
6565
name: artifact-source
6666
path: dist
@@ -82,7 +82,7 @@ jobs:
8282
url: https://pypi.org/p/prometheus-xmpp-alerts
8383
steps:
8484
- name: Download distributions
85-
uses: actions/download-artifact@v7
85+
uses: actions/download-artifact@v8
8686
with:
8787
merge-multiple: true
8888
pattern: artifact-*

0 commit comments

Comments
 (0)