Skip to content

Commit 3245a94

Browse files
authored
Merge pull request #583 from claranet/renovate/major-github-artifact-actions
chore(deps): update github artifact actions (major)
2 parents b48203f + 02d6a27 commit 3245a94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
COVERAGE_FILE: ".coverage.${{ matrix.python_version }}"
5353

5454
- name: Store coverage file
55-
uses: actions/upload-artifact@v4
55+
uses: actions/upload-artifact@v5
5656
with:
5757
name: coverage-${{ matrix.python_version }}
5858
path: .coverage.${{ matrix.python_version }}
@@ -72,7 +72,7 @@ jobs:
7272
steps:
7373
- uses: actions/checkout@v5
7474

75-
- uses: actions/download-artifact@v5
75+
- uses: actions/download-artifact@v6
7676
id: download
7777
with:
7878
pattern: coverage-*
@@ -86,7 +86,7 @@ jobs:
8686
MERGE_COVERAGE_FILES: true
8787

8888
- name: Store Pull Request comment to be posted
89-
uses: actions/upload-artifact@v4
89+
uses: actions/upload-artifact@v5
9090
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
9191
with:
9292
name: python-coverage-comment-action

0 commit comments

Comments
 (0)