Skip to content

Commit 68a0a78

Browse files
committed
try to fix pipelines
1 parent 4bc268a commit 68a0a78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
container: { image: 'aergus/latex' }
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout
1919
with:
2020
fetch-depth: 0
2121
- name: Build
2222
run: make
2323
- name: Upload artifacts
24-
uses: actions/upload-artifact@v3
24+
uses: actions/upload-artifact
2525
with:
2626
name: FROG specification
2727
path: |

0 commit comments

Comments
 (0)