Skip to content

Commit

Permalink
update: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurFlag committed Oct 21, 2024
1 parent 0e6e80f commit 2478511
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/link-checker.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check Links
name: Check links

on:
schedule:
Expand All @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Muffet
run: |
Expand All @@ -23,7 +23,7 @@ jobs:
make check-links-logs
- name: Upload logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: check-links-log
path: scripts/check_links.log

0 comments on commit 2478511

Please sign in to comment.