diff --git a/.github/workflows/outer_link_check.yml b/.github/workflows/outer_link_check.yml index f18d42f48d..89fd9353fc 100644 --- a/.github/workflows/outer_link_check.yml +++ b/.github/workflows/outer_link_check.yml @@ -29,3 +29,9 @@ jobs: run: .github/workflows/script/create_github_issue_when_not_empty.sh check_result.txt ${{ secrets.GITHUB_TOKEN }} ${{ github.repository }} ${{ github.sha }} - name: detect link check check_result run: test -f check_result.txt && test $(wc -l < check_result.txt) -eq 0 + - name: 'Upload Artifact' + uses: actions/upload-artifact@v4 + with: + name: result + path: check_result.tx + retention-days: 5