Skip to content

Commit 7654a2f

Browse files
build(deps): bump actions/upload-artifact from 4.3.5 to 4.4.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.5 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@89ef406...5076954) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fbc1800 commit 7654a2f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/kit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
ls -al wheelhouse/
180180
181181
- name: "Upload wheels"
182-
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
182+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
183183
with:
184184
name: dist-${{ env.MATRIX_ID }}
185185
path: wheelhouse/*.whl
@@ -228,7 +228,7 @@ jobs:
228228
ls -al dist/
229229
230230
- name: "Upload sdist"
231-
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
231+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
232232
with:
233233
name: dist-sdist
234234
path: dist/*.tar.gz
@@ -270,7 +270,7 @@ jobs:
270270
ls -al dist/
271271
272272
- name: "Upload wheels"
273-
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
273+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
274274
with:
275275
name: dist-pypy
276276
path: dist/*.whl
@@ -304,7 +304,7 @@ jobs:
304304
ls -alR
305305
306306
- name: "Upload signatures"
307-
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
307+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
308308
with:
309309
name: signatures
310310
path: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
python -m build -C--kind="$RELEASE_VERSION" -C--set-lock="$SET_LOCK"
6262
6363
- name: Store the distribution packages
64-
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
64+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
6565
with:
6666
name: python-package-distributions
6767
path: ${{ env.DEST_FOLDER }}

0 commit comments

Comments
 (0)