Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

Commit aa28357

Browse files
authored
Merge pull request #612 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 6454380 + 23954b9 commit aa28357

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

0 commit comments

Comments
 (0)