Skip to content

Commit 58b7a7a

Browse files
committed
update artifact action
1 parent 73a24dc commit 58b7a7a

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

.github/workflows/workflow.yml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
1-
21
on:
32
schedule:
4-
- cron: '00 9 * * *'
3+
- cron: "00 9 * * *"
54
push:
65
name: Link Checker
76
jobs:
87
linkchecker:
98
name: linkchecker
109
runs-on: ubuntu-latest
1110
steps:
12-
- uses: actions/checkout@master
13-
- name: linkchecker
14-
uses: cam-barts/linkchecker-action@master
15-
env:
16-
include_files: "README.md"
17-
- name: Upload exclusion list as an artifact
18-
uses: actions/upload-artifact@v1
19-
if: always()
20-
with:
21-
name: exclude_links.json
22-
path: exclude_links.json
11+
- uses: actions/checkout@master
12+
- name: linkchecker
13+
uses: cam-barts/linkchecker-action@master
14+
env:
15+
include_files: "README.md"
16+
- name: Upload exclusion list as an artifact
17+
uses: actions/upload-artifact@v4
18+
if: always()
19+
with:
20+
name: exclude_links.json
21+
path: exclude_links.json

0 commit comments

Comments
 (0)