Skip to content

Commit 1dc531d

Browse files
build(deps): bump actions/download-artifact in the actions group (sigstore#1309)
1 parent b0ff416 commit 1dc531d

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
@@ -125,7 +125,7 @@ jobs:
125125
- run: pip install coverage[toml]
126126

127127
- name: download coverage data
128-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
128+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
129129
with:
130130
path: all-artifacts/
131131

.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@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
98+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
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@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
112+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
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@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
127+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
128128

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

0 commit comments

Comments
 (0)