Skip to content

Commit

Permalink
add codecov-action@v3 to popular actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Apr 11, 2022
1 parent ae6b1fa commit 103c72f
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 5 deletions.
47 changes: 43 additions & 4 deletions popular_actions.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/generate-popular-actions/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ var popularActions = []*action{
{"azure/aks-set-context", []string{"v1"}, "v2", yamlExtYML},
{"azure/login", []string{"v1"}, "v2", yamlExtYML},
{"bahmutov/npm-install", []string{"v1"}, "v2", yamlExtYML},
{"codecov/codecov-action", []string{"v1", "v2"}, "v3", yamlExtYML},
{"codecov/codecov-action", []string{"v1", "v2", "v3"}, "v4", yamlExtYML},
{"dawidd6/action-download-artifact", []string{"v2"}, "v3", yamlExtYML},
{"dawidd6/action-send-mail", []string{"v1", "v2", "v3"}, "v4", yamlExtYML},
{"dessant/lock-threads", []string{"v2", "v3"}, "v4", yamlExtYML}, // v1 does not exist
Expand Down

0 comments on commit 103c72f

Please sign in to comment.