Skip to content

Commit 31f4475

Browse files
Bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 357c4de commit 31f4475

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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 -v "${{ github.workspace }}:/app" myapp:hatch build
1818
- name: Upload wheel
19-
uses: actions/upload-artifact@v4
19+
uses: actions/upload-artifact@v7
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
@@ -29,7 +29,7 @@ jobs:
2929

3030
# Always upload the coverage XML as an artifact so it can be inspected even if Codecov is skipped.
3131
- name: Upload coverage artifact
32-
uses: actions/upload-artifact@v4
32+
uses: actions/upload-artifact@v7
3333
with:
3434
name: coverage-xml
3535
path: ${{ github.workspace }}/coverage.xml

0 commit comments

Comments
 (0)