Skip to content

Commit d5f0326

Browse files
dependabot[bot]ionicsolutions
authored andcommitted
fix(deps): 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 f8a8fc7 commit d5f0326

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-package.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- python: '3.10'
6161
steps:
6262
- name: Download distribution
63-
uses: actions/download-artifact@v3
63+
uses: actions/download-artifact@v4
6464
with:
6565
name: distribution
6666

@@ -105,7 +105,7 @@ jobs:
105105
id-token: write
106106
steps:
107107
- name: Download distribution
108-
uses: actions/download-artifact@v3
108+
uses: actions/download-artifact@v4
109109
with:
110110
name: distribution
111111

@@ -129,7 +129,7 @@ jobs:
129129
id-token: write
130130
steps:
131131
- name: Download distribution
132-
uses: actions/download-artifact@v3
132+
uses: actions/download-artifact@v4
133133
with:
134134
name: distribution
135135

0 commit comments

Comments
 (0)