Skip to content

Commit 1ae33ff

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

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@v5
45+
uses: actions/upload-artifact@v6
4646
with:
4747
name: dist
4848
path: dist
@@ -93,7 +93,7 @@ jobs:
9393
run: python -m tox
9494

9595
- name: Store coverage data
96-
uses: actions/upload-artifact@v5
96+
uses: actions/upload-artifact@v6
9797
if: "!endsWith(matrix.os, 'windows')"
9898
with:
9999
name: coverage-python-${{ matrix.python-version }}
@@ -182,7 +182,7 @@ jobs:
182182
run: |
183183
pandoc --wrap=preserve -o release-notes.md release-notes.rst
184184
- name: Upload artifacts
185-
uses: actions/upload-artifact@v5
185+
uses: actions/upload-artifact@v6
186186
with:
187187
name: release-notes.md
188188
path: release-notes.md

0 commit comments

Comments
 (0)