Skip to content

Commit 046b850

Browse files
committed
version github actions again
1 parent d66e40b commit 046b850

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
18+
- uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
2121
- name: Build
2222
run: make
2323
- name: Upload artifacts
24-
uses: actions/upload-artifact
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: FROG specification
2727
path: |

0 commit comments

Comments
 (0)