Skip to content

Commit 6bf2d9d

Browse files
chore: bump GitHub Actions(deps): bump actions/download-artifact from 7.0.0 to 8.0.1 (#89)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com>
1 parent a31c8ca commit 6bf2d9d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
steps:
7070
# Version 4 doesn't support GitHub enterprise yet
7171
- name: Download all the dists
72-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
72+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4
7373
with:
7474
name: python-package-distributions
7575
path: dist/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Install Hatch
2929
run: |
30-
pip install hatch==1.15.1
30+
pip install hatch
3131
3232
- name: Build documentation
3333
run: hatch run docs:build

0 commit comments

Comments
 (0)