Skip to content

Commit f2fedcc

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#2)
* Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update build.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Mykyta <[email protected]>
1 parent 5fc971c commit f2fedcc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959

6060
- uses: actions/upload-artifact@v3
6161
with:
62+
name: dist
6263
path: |
6364
dist/*.tar.gz
6465
dist/*.whl
@@ -76,9 +77,9 @@ jobs:
7677
# Only publish when a GitHub Release is created.
7778
if: github.event_name == 'release'
7879
steps:
79-
- uses: actions/download-artifact@v3
80+
- uses: actions/download-artifact@v4
8081
with:
81-
name: artifact
82+
name: dist
8283
path: dist
8384

8485
- uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)