Skip to content

Commit 02beaf7

Browse files
Bump actions/download-artifact from 4.2.1 to 4.3.0 (#10357)
1 parent 41c7936 commit 02beaf7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
id-token: write
5151
steps:
5252
- name: Download release assets
53-
uses: actions/download-artifact@v4.2.1
53+
uses: actions/download-artifact@v4.3.0
5454
with:
5555
name: release-assets
5656
path: dist/
@@ -67,7 +67,7 @@ jobs:
6767
id-token: write
6868
steps:
6969
- name: Download release assets
70-
uses: actions/download-artifact@v4.2.1
70+
uses: actions/download-artifact@v4.3.0
7171
with:
7272
name: release-assets
7373
path: dist/

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
118118
needs.tests-linux.outputs.python-key }}
119119
- name: Download all coverage artifacts
120-
uses: actions/download-artifact@v4.2.1
120+
uses: actions/download-artifact@v4.3.0
121121
- name: Combine coverage results
122122
run: |
123123
. venv/bin/activate

0 commit comments

Comments
 (0)