Skip to content

Commit 6a3040d

Browse files
authored
Merge pull request #5 from FredMesnard/ci/bump-actions
Move the workflow onto the current major actions
2 parents eb317e3 + 9c92d2f commit 6a3040d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
prolog: [swi, gprolog]
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v7
1818

1919
- name: Install SWI-Prolog
2020
if: matrix.prolog == 'swi'
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Upload generated proofs
3535
if: always()
36-
uses: actions/upload-artifact@v4
36+
uses: actions/upload-artifact@v7
3737
with:
3838
name: tmp-${{ matrix.prolog }}
3939
path: tmp/
@@ -43,7 +43,7 @@ jobs:
4343
name: emacs mode
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v7
4747

4848
- name: Install Emacs
4949
run: |

0 commit comments

Comments
 (0)