Skip to content

Commit a52ccd5

Browse files
committed
Bump codecov/codecov-action to v5 and v5.4.3 commit in Makefile
1 parent e928689 commit a52ccd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $(WORKFLOWS) : .github/workflows/%.yaml: examples/%.yaml Makefile
1111
perl -pe 's{r-lib/actions/([\w-]+)\@v2}{./$$1}g' $< | \
1212
perl -pe 's{actions/checkout\@v5}{actions/checkout\@08c6903cd8c0fde910a37f88322edcfb5dd907a8}g' | \
1313
perl -pe 's{actions/upload-artifact\@v4}{actions/upload-artifact\@65462800fd760344b1a7b4382951275a0abb4808}g' | \
14-
perl -pe 's{codecov/codecov-action\@v4}{codecov/codecov-action\@f1b7348826d750ac29741abc9d1623d8da5dcd4f}g' | \
14+
perl -pe 's{codecov/codecov-action\@v5}{codecov/codecov-action\@18283e04ce6e62d37312384ff67231eb8fd56d24}g' | \
1515
perl -pe 's{JamesIves/github-pages-deploy-action\@v4[.]5[.]0}{JamesIves/github-pages-deploy-action\@65b5dfd4f5bcd3a7403bbc2959c144256167464e}g' | \
1616
perl -pe 's{main, master}{main, master, v2-branch}g' > $@
1717

0 commit comments

Comments
 (0)