Skip to content

Commit 5d78b82

Browse files
authored
Merge pull request #180 from numba/renovate/actions-upload-artifact-4.x
Update actions/upload-artifact action to v4.6.1
2 parents 7c15090 + b584c0e commit 5d78b82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Build wheels
3838
run: "pip wheel -w wheelhouse ."
3939

40-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
40+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
4141
with:
4242
path: ./wheelhouse/numba_scfg-*.whl
4343

@@ -51,7 +51,7 @@ jobs:
5151
- name: Build SDist
5252
run: pipx run build --sdist
5353

54-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
54+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
5555
with:
5656
path: dist/*.tar.gz
5757

0 commit comments

Comments
 (0)