Skip to content

Commit 484f090

Browse files
Bump actions/upload-artifact from 4.5.0 to 4.6.0 in the actions group (#100)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dm <alexis.challande@trailofbits.com>
1 parent eea2909 commit 484f090

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: uv build --sdist
3636

3737
- name: Upload sdist
38-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
38+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
3939
with:
4040
name: rfc3161-sdist
4141
path: dist/rfc3161_client*
@@ -77,7 +77,7 @@ jobs:
7777
fi
7878
7979
- name: Upload wheels
80-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
80+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
8181
with:
8282
name: wheels-linux-${{ matrix.platform.target }}
8383
path: dist
@@ -109,7 +109,7 @@ jobs:
109109
manylinux: musllinux_1_2
110110

111111
- name: Upload wheels
112-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
112+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
113113
with:
114114
name: wheels-musllinux-${{ matrix.platform.target }}
115115
path: dist
@@ -184,7 +184,7 @@ jobs:
184184
shell: bash
185185

186186
- name: Upload wheels
187-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
187+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
188188
with:
189189
name: "wheels-windows-${{ matrix.WINDOWS.ARCH }}"
190190
path: wheelhouse
@@ -219,7 +219,7 @@ jobs:
219219
sccache: 'true'
220220

221221
- name: Upload wheels
222-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
222+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
223223
with:
224224
name: wheels-macos-${{ matrix.platform.target }}
225225
path: dist

0 commit comments

Comments
 (0)