Skip to content

Commit 73fe3aa

Browse files
chore(deps): update github artifact actions (#1317)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2cd43c5 commit 73fe3aa

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
RELEASE_VERSION: ${{ github.ref_name }}
2929

3030
- name: Upload updated pyproject.toml
31-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
31+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3232
with:
3333
name: pyproject-toml
3434
path: pyproject.toml
@@ -48,7 +48,7 @@ jobs:
4848
persist-credentials: false
4949

5050
- name: Download updated pyproject.toml
51-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
51+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
5252
with:
5353
name: pyproject-toml
5454

@@ -66,7 +66,7 @@ jobs:
6666
sccache: 'true'
6767

6868
- name: Upload wheels
69-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
69+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7070
with:
7171
name: wheels-linux-${{ matrix.target }}-${{ matrix.manylinux }}-${{ matrix.python }}
7272
path: dist
@@ -89,7 +89,7 @@ jobs:
8989
persist-credentials: false
9090

9191
- name: Download updated pyproject.toml
92-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
92+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
9393
with:
9494
name: pyproject-toml
9595

@@ -109,7 +109,7 @@ jobs:
109109
sccache: 'true'
110110

111111
- name: Upload wheels
112-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
112+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
113113
with:
114114
name: wheels-windows-${{ matrix.target }}-${{ matrix.python }}
115115
path: dist
@@ -128,7 +128,7 @@ jobs:
128128
persist-credentials: false
129129

130130
- name: Download updated pyproject.toml
131-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
131+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
132132
with:
133133
name: pyproject-toml
134134

@@ -146,7 +146,7 @@ jobs:
146146
sccache: 'true'
147147

148148
- name: Upload wheels
149-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
149+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
150150
with:
151151
name: wheels-macos-${{ matrix.target }}-${{ matrix.python }}
152152
path: dist
@@ -165,7 +165,7 @@ jobs:
165165
python-version: ${{ env.PYTHON_VERSION }}
166166

167167
- name: Download updated pyproject.toml
168-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
168+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
169169
with:
170170
name: pyproject-toml
171171

@@ -176,7 +176,7 @@ jobs:
176176
args: --out dist
177177

178178
- name: Upload sdist
179-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
179+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
180180
with:
181181
name: wheels-sdist
182182
path: dist
@@ -190,7 +190,7 @@ jobs:
190190
- macos
191191
- sdist
192192
steps:
193-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
193+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
194194

195195
- name: Install Python
196196
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0

0 commit comments

Comments
 (0)