Skip to content

Commit 2066026

Browse files
build(deps): bump the action-dependencies group with 1 update
Bumps the action-dependencies group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 4.1.3 to 4.1.4 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@87c5514...c850b93) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0929123 commit 2066026

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
release_id: ${{ steps.gh-release.outputs.result }}
5353
steps:
5454
- name: Fetch build artifacts
55-
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
55+
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
5656
with:
5757
name: build-artifacts
5858
path: dist
@@ -92,7 +92,7 @@ jobs:
9292
id-token: write # to authenticate as Trusted Publisher to pypi.org
9393
steps:
9494
- name: Fetch build artifacts
95-
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
95+
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
9696
with:
9797
name: build-artifacts
9898
path: dist

0 commit comments

Comments
 (0)