Skip to content

Commit 5af5f8b

Browse files
Bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...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] <support@github.com>
1 parent d53729a commit 5af5f8b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Build wheel with hatch
1717
run: docker run --rm --entrypoint hatch -v "${{ github.workspace }}:/app" shell:hatch build
1818
- name: Upload wheel
19-
uses: actions/upload-artifact@v4
19+
uses: actions/upload-artifact@v6
2020
with:
2121
name: wheel
2222
path: dist/*.whl

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: docker run --rm -e HATCH_ENV=test -v "${{ github.workspace }}:/app" shell:hatch cov
1818

1919
- name: Upload coverage artifact
20-
uses: actions/upload-artifact@v4
20+
uses: actions/upload-artifact@v6
2121
with:
2222
name: coverage-xml
2323
path: ${{ github.workspace }}/coverage.xml

0 commit comments

Comments
 (0)