Skip to content

Commit 7904ea6

Browse files
authored
Merge pull request #8 from koxudaxi/dependabot/github_actions/actions/upload-artifact-7
build(deps): bump actions/upload-artifact from 4 to 7
2 parents cb3eca8 + edcfeca commit 7904ea6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: uvx twine check dist/*
8080

8181
- name: Upload distributions
82-
uses: actions/upload-artifact@v4
82+
uses: actions/upload-artifact@v7
8383
with:
8484
name: python-distributions
8585
path: dist/*

.github/workflows/publish-python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157

158158
- name: Upload distributions
159159
if: ${{ needs.resolve-target.outputs.target == 'all' || (needs.resolve-target.outputs.target == 'bootstrap-1' && matrix.publish_in_bootstrap_1) || (needs.resolve-target.outputs.target == 'bootstrap-2' && matrix.publish_in_bootstrap_2) }}
160-
uses: actions/upload-artifact@v4
160+
uses: actions/upload-artifact@v7
161161
with:
162162
name: ${{ env.PURE_PYTHON_ARTIFACT_PREFIX }}-${{ matrix.package_path }}
163163
path: dist/*
@@ -228,7 +228,7 @@ jobs:
228228
run: uvx twine check dist/*
229229

230230
- name: Upload distributions
231-
uses: actions/upload-artifact@v4
231+
uses: actions/upload-artifact@v7
232232
with:
233233
name: bindings-wheels-${{ matrix.os }}
234234
path: dist/*
@@ -265,7 +265,7 @@ jobs:
265265
run: uvx twine check dist/*
266266

267267
- name: Upload distributions
268-
uses: actions/upload-artifact@v4
268+
uses: actions/upload-artifact@v7
269269
with:
270270
name: bindings-sdist
271271
path: dist/*

0 commit comments

Comments
 (0)