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

Commit 5246427

Browse files
authored
Merge pull request #92 from instructlab/dependabot/github_actions/actions/download-artifact-4.2.1
build(deps): bump actions/download-artifact from 4.2.0 to 4.2.1
2 parents f9d87e4 + cf8fa01 commit 5246427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
73+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
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@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
105+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
106106
with:
107107
name: Packages
108108
path: dist

0 commit comments

Comments
 (0)