Skip to content

Commit 3f533cd

Browse files
dependabot[bot]lordjabez
authored andcommitted
Bump actions/upload-artifact from 6.0.0 to 7.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...bbbca2d) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0d666b4 commit 3f533cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
SE_AUTO_UPDATE: true # opt-in to selenium 5 behavior
6969
COVERAGE_FILE: .coverage.${{ matrix.os }}.${{ matrix.python-version }}.${{ matrix.resolution }}
7070

71-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
71+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
7272
with:
7373
name: coverage-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.resolution }}
7474
path: .coverage.${{ matrix.os }}.${{ matrix.python-version }}.${{ matrix.resolution }}
@@ -267,7 +267,7 @@ jobs:
267267
MERGE_COVERAGE_FILES: true
268268

269269
- name: Store Pull Request comment to be posted
270-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
270+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
271271
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
272272
with:
273273
name: python-coverage-comment-action

0 commit comments

Comments
 (0)