Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 648e7a2

Browse files
authored
Merge pull request #97 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 b3afed9 + f221945 commit 648e7a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi.yml

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

7272
- name: "Download build artifacts"
73-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
73+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
7474
with:
7575
name: Packages
7676
path: dist
@@ -102,7 +102,7 @@ jobs:
102102
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
103103

104104
- name: "Download build artifacts"
105-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
105+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
106106
with:
107107
name: Packages
108108
path: dist

0 commit comments

Comments
 (0)