Skip to content

Commit 5b11b71

Browse files
committed
chore: update CI actions
Signed-off-by: Christian Walter <[email protected]>
1 parent c749139 commit 5b11b71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121

@@ -39,20 +39,20 @@ jobs:
3939
run: make singlehtml
4040

4141
- name: upload
42-
uses: actions/upload-artifact@v2
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: artifacts
4545
path: |
4646
build/latex/fit-specification-*.pdf
4747
4848
- name: deploy
49-
uses: peaceiris/actions-gh-pages@v3
49+
uses: peaceiris/actions-gh-pages@v4
5050
with:
5151
github_token: ${{ secrets.GITHUB_TOKEN }}
5252
publish_dir: ./build/singlehtml
5353

5454
- name: release
55-
uses: softprops/action-gh-release@v1
55+
uses: softprops/action-gh-release@v2
5656
if: startsWith(github.ref, 'refs/tags/')
5757
with:
5858
files: build/latex/fit-specification-*.pdf

0 commit comments

Comments
 (0)