Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6288925

Browse files
committed
Update
1 parent 7ea7198 commit 6288925

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
run: bash .github/scripts/validate_report_files.sh
176176

177177
- name: Codecov
178-
uses: codecov/codecov-action@v5
178+
uses: codecov/codecov-action@master
179179
with:
180180
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
181181
files: ./cobertura.xml
@@ -290,7 +290,7 @@ jobs:
290290
timeout-minutes: 10
291291
steps:
292292
- name: Slack Workflow Notification
293-
uses: Gamesight/slack-workflow-status@v1.3.0
293+
uses: Gamesight/slack-workflow-status@master
294294
with:
295295
repo_token: ${{secrets.GITHUB_TOKEN}}
296296
slack_webhook_url: ${{secrets.SLACK_WEBHOOK_URL}}

0 commit comments

Comments
 (0)