Skip to content

Commit 62b938c

Browse files
authored
Merge pull request #566 from instructlab/dependabot/github_actions/actions/download-artifact-4.1.9
build(deps): bump actions/download-artifact from 4.1.8 to 4.1.9
2 parents c91c439 + 56bcde9 commit 62b938c

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
@@ -72,7 +72,7 @@ jobs:
7272
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
7373

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

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

0 commit comments

Comments
 (0)