Skip to content

Commit 3ee8356

Browse files
chore(deps): update github artifact actions
1 parent b1fd94d commit 3ee8356

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: poetry run pytest tests/ -o junit_family=legacy --junitxml=test-results-${{ matrix.os }}-${{ matrix.python-version }}.xml
5454

5555
- name: Upload test results
56-
uses: actions/upload-artifact@v5
56+
uses: actions/upload-artifact@v6
5757
if: always()
5858
with:
5959
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
@@ -105,13 +105,13 @@ jobs:
105105
MINIMUM_ORANGE: 50
106106

107107
- name: Upload coverage HTML report
108-
uses: actions/upload-artifact@v5
108+
uses: actions/upload-artifact@v6
109109
with:
110110
name: coverage-report
111111
path: htmlcov/
112112

113113
- name: Upload coverage JSON
114-
uses: actions/upload-artifact@v5
114+
uses: actions/upload-artifact@v6
115115
with:
116116
name: coverage
117117
path: coverage.*
@@ -195,7 +195,7 @@ jobs:
195195
continue-on-error: true
196196

197197
- name: Upload security reports
198-
uses: actions/upload-artifact@v5
198+
uses: actions/upload-artifact@v6
199199
if: always()
200200
with:
201201
name: security-reports
@@ -213,7 +213,7 @@ jobs:
213213

214214
steps:
215215
- name: Download all test results
216-
uses: actions/download-artifact@v6
216+
uses: actions/download-artifact@v7
217217
with:
218218
pattern: test-results-*
219219
merge-multiple: true
@@ -236,7 +236,7 @@ jobs:
236236
verbose: true
237237

238238
- name: Download coverage report
239-
uses: actions/download-artifact@v6
239+
uses: actions/download-artifact@v7
240240
with:
241241
name: coverage
242242

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
poetry build
7070
7171
- name: Upload distribution artifacts
72-
uses: actions/upload-artifact@v5
72+
uses: actions/upload-artifact@v6
7373
with:
7474
name: dist
7575
path: dist/
@@ -86,7 +86,7 @@ jobs:
8686
fetch-depth: 0
8787

8888
- name: Download distribution artifacts
89-
uses: actions/download-artifact@v6
89+
uses: actions/download-artifact@v7
9090
with:
9191
name: dist
9292
path: dist/
@@ -139,7 +139,7 @@ jobs:
139139

140140
steps:
141141
- name: Download distribution artifacts
142-
uses: actions/download-artifact@v6
142+
uses: actions/download-artifact@v7
143143
with:
144144
name: dist
145145
path: dist/

0 commit comments

Comments
 (0)