Skip to content

Commit 6640d91

Browse files
authored
ci(action): update github artifact actions to v5
1 parent 823165c commit 6640d91

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
@@ -80,7 +80,7 @@ jobs:
8080
env:
8181
COVERAGE_FILE: "coverage.${{ matrix.os }}.${{ matrix.py }}"
8282
- name: Store coverage file
83-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
83+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8484
with:
8585
name: coverage.${{ matrix.os }}.${{ matrix.py }}
8686
path: coverage.${{ matrix.os }}.${{ matrix.py }}
@@ -99,7 +99,7 @@ jobs:
9999
steps:
100100
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
101101

102-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
102+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
103103
id: download
104104
with:
105105
pattern: coverage.*
@@ -115,7 +115,7 @@ jobs:
115115
VERBOSE: true
116116

117117
- name: Store Pull Request comment to be posted
118-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
118+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
119119
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
120120
with:
121121
name: python-coverage-comment-action

0 commit comments

Comments
 (0)