Skip to content

Commit 790efe6

Browse files
Bump actions/upload-artifact from 4.4.3 to 4.5.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.5.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b4b15b8...6f51ac0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1d2477f commit 790efe6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
python -m coverage run -p -m pytest
4848
4949
- name: Upload coverage data
50-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
50+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
5151
with:
5252
include-hidden-files: true
5353
name: coverage-data-${{ matrix.python-version }}
@@ -83,7 +83,7 @@ jobs:
8383
8484
- name: Upload HTML report
8585
if: ${{ failure() }}
86-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
86+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
8787
with:
8888
name: html-report
8989
path: .htmlcov

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: hatch build
3333

3434
- name: Store built distribution
35-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
35+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
3636
with:
3737
name: distribution-files
3838
path: dist/

0 commit comments

Comments
 (0)