Skip to content

Commit 27aecdc

Browse files
dependabot[bot]kerberizer
authored andcommitted
Bump actions/upload-artifact from 4.6.1 to 4.6.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.1...v4.6.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d2e08fc commit 27aecdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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
run: tox
4848

4949
- name: Store the coverage report
50-
uses: actions/[email protected].1
50+
uses: actions/[email protected].2
5151
with:
5252
include-hidden-files: true
5353
name: coverage-${{ matrix.python_version }}
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: Store the pull request coverage comment for later posting
8585
if: steps.coverage_processing.outputs.COMMENT_FILE_WRITTEN == 'true'
86-
uses: actions/[email protected].1
86+
uses: actions/[email protected].2
8787
with:
8888
name: python-coverage-comment-action
8989
path: python-coverage-comment-action.txt

0 commit comments

Comments
 (0)