Skip to content

Commit 91a12b8

Browse files
authored
Merge pull request #392 from atsign-foundation/dependabot/github_actions/github-actions-d1f77ae5d1
build(deps): Bump actions/download-artifact from 4.3.0 to 5.0.0 in the github-actions group
2 parents a5749ad + dcf4174 commit 91a12b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
id-token: write # IMPORTANT: mandatory for trusted publishing
5757
steps:
5858
- name: Download all the dists
59-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
59+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
6060
with:
6161
name: python-package-distributions
6262
path: dist/
@@ -80,7 +80,7 @@ jobs:
8080
id-token: write # IMPORTANT: mandatory for trusted publishing
8181
steps:
8282
- name: Download all the dists
83-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
83+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
8484
with:
8585
name: python-package-distributions
8686
path: dist/
@@ -110,7 +110,7 @@ jobs:
110110
pyproject.toml
111111
sparse-checkout-cone-mode: false
112112
- name: Download all the dists
113-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
113+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
114114
with:
115115
name: python-package-distributions
116116
path: dist/

0 commit comments

Comments
 (0)