Skip to content

Commit 585e37a

Browse files
authored
ci(action): update github artifact actions to v5
1 parent 7a67fd9 commit 585e37a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
env:
4848
COVERAGE_FILE: "coverage.${{ matrix.os }}.${{ matrix.py }}"
4949
- name: Store coverage file
50-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
50+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5151
with:
5252
name: coverage.${{ matrix.os }}.${{ matrix.py }}
5353
path: coverage.${{ matrix.os }}.${{ matrix.py }}
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
6868

69-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
69+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
7070
id: download
7171
with:
7272
pattern: coverage.*
@@ -82,7 +82,7 @@ jobs:
8282
VERBOSE: true
8383

8484
- name: Store Pull Request comment to be posted
85-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
85+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8686
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
8787
with:
8888
name: python-coverage-comment-action

0 commit comments

Comments
 (0)