Skip to content

Commit 37fb3c5

Browse files
Bump actions/download-artifact in the github-actions group (#174)
Bumps the github-actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 4.1.8 to 4.1.9 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.8...v4.1.9) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f40bdbe commit 37fb3c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/[email protected]
3434

3535
- name: Download Package
36-
uses: actions/[email protected].8
36+
uses: actions/[email protected].9
3737
with:
3838
name: Packages
3939
path: dist

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ jobs:
8585
python-version: ${{ matrix.python }}
8686

8787
- name: Download compiled tests
88-
uses: actions/[email protected].8
88+
uses: actions/[email protected].9
8989
with:
9090
name: tests
9191
path: tests
9292

9393
- name: Download Package
94-
uses: actions/[email protected].8
94+
uses: actions/[email protected].9
9595
with:
9696
name: Packages
9797
path: dist

0 commit comments

Comments
 (0)