We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc268a commit 68a0a78Copy full SHA for 68a0a78
1 file changed
.github/workflows/main.yml
@@ -15,13 +15,13 @@ jobs:
15
container: { image: 'aergus/latex' }
16
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout
19
with:
20
fetch-depth: 0
21
- name: Build
22
run: make
23
- name: Upload artifacts
24
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact
25
26
name: FROG specification
27
path: |
0 commit comments