Skip to content

Commit d8a582e

Browse files
Bump actions/upload-artifact from 3 to 4 (#1911)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5253c3f commit d8a582e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
234234

235235
- name: "Store Pull Request comment to be posted 📤"
236-
uses: actions/upload-artifact@v3
236+
uses: actions/upload-artifact@v4
237237
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
238238
with:
239239
# leave default names

0 commit comments

Comments
 (0)