Skip to content

Commit f48c6a1

Browse files
authored
Merge pull request #247 from instructlab/dependabot/github_actions/actions/download-artifact-4.3.0
build(deps): bump actions/download-artifact from 4.2.1 to 4.3.0
2 parents cea8acd + 2e0d8fd commit f48c6a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
74+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
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@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
106+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
107107
with:
108108
name: Packages
109109
path: dist

0 commit comments

Comments
 (0)