Skip to content

Commit c7f27f6

Browse files
authored
chore(deps): update actions/upload-artifact action to v4.6.1 (#510)
Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com>
1 parent cf5b96c commit c7f27f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
env:
4747
COVERAGE_FILE: "coverage.${{ matrix.os }}.${{ matrix.py }}"
4848
- name: Store coverage file
49-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
49+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
5050
with:
5151
name: coverage.${{ matrix.os }}.${{ matrix.py }}
5252
path: coverage.${{ matrix.os }}.${{ matrix.py }}
@@ -81,7 +81,7 @@ jobs:
8181
VERBOSE: true
8282

8383
- name: Store Pull Request comment to be posted
84-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
84+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
8585
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
8686
with:
8787
name: python-coverage-comment-action

0 commit comments

Comments
 (0)