Skip to content

Commit e4dbc08

Browse files
authored
Merge pull request #220 from SUSE/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 8b095a2 + 24d9961 commit e4dbc08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/default.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
env:
6464
COVERAGE_FILE: ".coverage.${{ matrix.python_version }}"
6565
- name: Store coverage file
66-
uses: actions/upload-artifact@v5
66+
uses: actions/upload-artifact@v6
6767
with:
6868
name: coverage-${{ matrix.python_version }}
6969
path: .coverage.${{ matrix.python_version }}
@@ -92,7 +92,7 @@ jobs:
9292
MERGE_COVERAGE_FILES: true
9393
VERBOSE: true
9494
- name: Store Pull Request comment to be posted
95-
uses: actions/upload-artifact@v5
95+
uses: actions/upload-artifact@v6
9696
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
9797
with:
9898
# If you use a different name, update COMMENT_ARTIFACT_NAME accordingly

0 commit comments

Comments
 (0)