Skip to content

Commit a5a5329

Browse files
dependabot[bot]mborgerson
authored andcommitted
ci: bump actions/download-artifact from 7.0.0 to 8.0.1
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@37930b1...3e5f45b) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c5e197 commit a5a5329

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
arch: arm64
5757
steps:
5858
- name: Download sdist
59-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
59+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4
6060
with:
6161
name: source
6262
- name: Unpack sdist
@@ -167,7 +167,7 @@ jobs:
167167
runs-on: ${{ matrix.os }}
168168
steps:
169169
- name: Download sdist
170-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
170+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4
171171
with:
172172
name: source
173173
- name: Unpack sdist
@@ -227,11 +227,11 @@ jobs:
227227
# upload to PyPI on every tag starting with 'v'
228228
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
229229
steps:
230-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
230+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4
231231
with:
232232
name: source
233233
path: dist
234-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
234+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4
235235
with:
236236
pattern: wheel-*
237237
path: dist

0 commit comments

Comments
 (0)