Skip to content

Commit f6f62f3

Browse files
Bump the "dependencies" group with 1 updates across multiple ecosystems (#302)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f36042 commit f6f62f3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
allow-prereleases: true
7777

7878
- name: Get packages
79-
uses: actions/download-artifact@v6.0.0
79+
uses: actions/download-artifact@v7.0.0
8080
with:
8181
name: ${{ needs.package.outputs.artifact-name }}
8282
path: dist

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
python-version: "3.x"
4040

4141
- name: Get Package
42-
uses: actions/download-artifact@v6.0.0
42+
uses: actions/download-artifact@v7.0.0
4343
with:
4444
name: ${{ needs.ci.outputs.artifact-name }}
4545
path: dist

changes/302.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updated actions/download-artifact in the dependencies group.

0 commit comments

Comments
 (0)