Skip to content

Commit 28fa85c

Browse files
build(deps): bump actions/download-artifact from 4.1.8 to 4.1.9
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.1.9. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@fa0a91b...cc20338) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 84748e1 commit 28fa85c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
7272

7373
- name: "Download build artifacts"
74-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
74+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
7575
with:
7676
name: Packages
7777
path: dist
@@ -103,7 +103,7 @@ jobs:
103103
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
104104

105105
- name: "Download build artifacts"
106-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
106+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
107107
with:
108108
name: Packages
109109
path: dist

0 commit comments

Comments
 (0)