Skip to content

Commit 238a215

Browse files
dependabot[bot]Pierre-Sassoulas
authored andcommitted
Build(deps): Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6997df8 commit 238a215

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
id: version
4343
run: python ./tools/get-version.py >> $GITHUB_OUTPUT
4444
- name: Upload artifacts
45-
uses: actions/upload-artifact@v4
45+
uses: actions/upload-artifact@v5
4646
with:
4747
name: dist
4848
path: dist
@@ -101,7 +101,7 @@ jobs:
101101
run: python -m tox
102102

103103
- name: Store coverage data
104-
uses: actions/upload-artifact@v4
104+
uses: actions/upload-artifact@v5
105105
if: "!endsWith(matrix.os, 'windows')"
106106
with:
107107
name: coverage-python-${{ matrix.python-version }}
@@ -190,7 +190,7 @@ jobs:
190190
run: |
191191
pandoc --wrap=preserve -o release-notes.md release-notes.rst
192192
- name: Upload artifacts
193-
uses: actions/upload-artifact@v4
193+
uses: actions/upload-artifact@v5
194194
with:
195195
name: release-notes.md
196196
path: release-notes.md

0 commit comments

Comments
 (0)