Skip to content

Commit 19cd161

Browse files
Bump actions/download-artifact from 4.3.0 to 5.0.0 in the actions group (#176)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f6cef0b commit 19cd161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
with:
130130
persist-credentials: false
131131

132-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
132+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
133133
with:
134134
name: rfc3161-sdist
135135

@@ -238,7 +238,7 @@ jobs:
238238
# Used to publish to PyPI with Trusted Publishing.
239239
id-token: write
240240
steps:
241-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
241+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v4
242242
with:
243243
path: dist/
244244
merge-multiple: true

0 commit comments

Comments
 (0)