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

Commit abea331

Browse files
authored
Merge pull request #105 from instructlab/dependabot/github_actions/actions/download-artifact-5.0.0
build(deps): bump actions/download-artifact from 4.3.0 to 5.0.0
2 parents be6832c + 54e8042 commit abea331

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ jobs:
7474
- name: "Harden Runner"
7575
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
7676
with:
77-
disable-sudo-and-containers: true
7877
egress-policy: block
7978
allowed-endpoints: >
8079
fulcio.sigstore.dev:443
@@ -85,7 +84,7 @@ jobs:
8584
tuf-repo-cdn.sigstore.dev:443
8685
8786
- name: "Download build artifacts"
88-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
87+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
8988
with:
9089
name: Packages
9190
path: dist
@@ -114,7 +113,6 @@ jobs:
114113
- name: "Harden Runner"
115114
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
116115
with:
117-
disable-sudo-and-containers: true
118116
egress-policy: block
119117
allowed-endpoints: >
120118
fulcio.sigstore.dev:443
@@ -125,7 +123,7 @@ jobs:
125123
tuf-repo-cdn.sigstore.dev:443
126124
127125
- name: "Download build artifacts"
128-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
126+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
129127
with:
130128
name: Packages
131129
path: dist

0 commit comments

Comments
 (0)