Skip to content

Commit bc7f586

Browse files
authored
Merge pull request #631 from python-jsonschema/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 66b68fd + c2743ad commit bc7f586

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
with:
116116
python-version: "3.x"
117117
# download everything
118-
- uses: actions/download-artifact@v6
118+
- uses: actions/download-artifact@v7
119119
with:
120120
path: artifacts/
121121
# collate and report

.github/workflows/publish_to_pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
id-token: write
3636

3737
steps:
38-
- uses: actions/download-artifact@v6
38+
- uses: actions/download-artifact@v7
3939
with:
4040
name: packages
4141
path: dist
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949

5050
steps:
51-
- uses: actions/download-artifact@v6
51+
- uses: actions/download-artifact@v7
5252
with:
5353
name: packages
5454
path: dist

.github/workflows/publish_to_test_pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
id-token: write
5252

5353
steps:
54-
- uses: actions/download-artifact@v6
54+
- uses: actions/download-artifact@v7
5555
with:
5656
name: packages
5757
path: dist

0 commit comments

Comments
 (0)