Skip to content

Commit deb673d

Browse files
authored
Merge pull request #42601 from github/repo-sync
Repo sync
2 parents 0757cbb + 8271e18 commit deb673d

39 files changed

+278
-76
lines changed

.github/workflows/link-check-internal.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,13 @@ jobs:
8989
run: npm run check-links-internal
9090

9191
- name: Upload report artifact
92-
if: failure()
92+
if: always()
9393
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
9494
with:
9595
name: link-report-${{ matrix.version }}-${{ matrix.language }}
9696
path: artifacts/link-report-*.md
9797
retention-days: 5
98+
if-no-files-found: ignore
9899

99100
- uses: ./.github/actions/slack-alert
100101
if: ${{ failure() && github.event_name != 'workflow_dispatch' }}
168 KB
Loading
-2.43 KB
Loading
-2.76 KB
Loading
-3.91 KB
Loading
-5.05 KB
Loading
-6.31 KB
Loading
3.56 KB
Loading
17.7 KB
Loading
-360 Bytes
Loading

0 commit comments

Comments
 (0)