Skip to content

Commit 9712f04

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 e535f22 commit 9712f04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/trunk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/checkout@v6
8888

8989
- name: Download all the dists
90-
uses: actions/download-artifact@v7
90+
uses: actions/download-artifact@v8
9191
with:
9292
name: python-package-distributions
9393
path: dist/
@@ -132,7 +132,7 @@ jobs:
132132
# id-token: write # IMPORTANT: mandatory for trusted publishing
133133
# steps:
134134
# - name: Download all the dists
135-
# uses: actions/download-artifact@v7
135+
# uses: actions/download-artifact@v8
136136
# with:
137137
# name: python-package-distributions
138138
# path: dist/

0 commit comments

Comments
 (0)