Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 4344c40

Browse files
Bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d3b2a6d commit 4344c40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypipublish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
name: Install Python
5353
with:
5454
python-version: '3.10'
55-
- uses: actions/download-artifact@v3
55+
- uses: actions/download-artifact@v4
5656
with:
5757
name: releases
5858
path: dist
@@ -72,7 +72,7 @@ jobs:
7272
if: github.event_name == 'release'
7373
runs-on: ubuntu-latest
7474
steps:
75-
- uses: actions/download-artifact@v3
75+
- uses: actions/download-artifact@v4
7676
with:
7777
name: releases
7878
path: dist

0 commit comments

Comments
 (0)