Skip to content

Commit f87b3ac

Browse files
dependabot[bot]dalito
authored andcommitted
Bump actions/upload-artifact from 4.3.6 to 4.4.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@834a144...5076954) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0b47932 commit f87b3ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
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@834a144ee995460fba8ed112a2fc961b36a5ec5a
50+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
5151
with:
5252
name: coverage-data-${{ matrix.python-version }}
5353
path: .coverage.*
@@ -82,7 +82,7 @@ jobs:
8282
8383
- name: Upload HTML report
8484
if: ${{ failure() }}
85-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
85+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
8686
with:
8787
name: html-report
8888
path: .htmlcov

.github/workflows/pypi-publish.yml

+1-1
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@834a144ee995460fba8ed112a2fc961b36a5ec5a
35+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
3636
with:
3737
name: distribution-files
3838
path: dist/

0 commit comments

Comments
 (0)