Skip to content

Commit 77c4b8c

Browse files
build(deps): bump actions/download-artifact in the actions group (#1493)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7184eab commit 77c4b8c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
- run: pip install coverage[toml]
127127

128128
- name: download coverage data
129-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
129+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
130130
with:
131131
path: all-artifacts/
132132

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
attestations: write # To persist the attestation files.
9696
steps:
9797
- name: Download artifacts directories # goes to current working directory
98-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
98+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
9999
- name: Generate build provenance
100100
uses: actions/attest-build-provenance@v2
101101
with:
@@ -109,7 +109,7 @@ jobs:
109109
id-token: write
110110
steps:
111111
- name: Download artifacts directories # goes to current working directory
112-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
112+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
113113

114114
- name: publish
115115
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
@@ -124,7 +124,7 @@ jobs:
124124
contents: write
125125
steps:
126126
- name: Download artifacts directories # goes to current working directory
127-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
127+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
128128

129129
- name: Upload artifacts to github
130130
# Confusingly, this action also supports updating releases, not

0 commit comments

Comments
 (0)