Skip to content

Commit ab7e9ec

Browse files
chore(deps): update github artifact actions
1 parent 2f53b71 commit ab7e9ec

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@v5
55+
uses: actions/upload-artifact@v6
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@v6
75+
- uses: actions/download-artifact@v7
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@v5
89+
uses: actions/upload-artifact@v6
9090
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
9191
with:
9292
name: python-coverage-comment-action

0 commit comments

Comments
 (0)