Skip to content

Commit 2676ec9

Browse files
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] <support@github.com>
1 parent 9f2505e commit 2676ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
if: github.event_name == 'release' && github.event.action == 'published'
4949
steps:
50-
- uses: actions/download-artifact@v3
50+
- uses: actions/download-artifact@v4.1.7
5151
with:
5252
name: artifact
5353
path: dist

0 commit comments

Comments
 (0)