Skip to content

Commit d84a75f

Browse files
committed
CI: update actions
1 parent ce788c1 commit d84a75f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_cygwin_gap_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626

2727
# clone GAP repository
2828
# TODO: should instead create or download a recent release snapshot tarball
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
with:
3131
repository: gap-system/gap
3232
path: gap-${{ matrix.gapbranch }}
3333
ref: ${{ matrix.gapbranch }}
3434

3535
# clone the gap-windows repository
36-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v4
3737
with:
3838
path: gap-windows
3939

@@ -50,7 +50,7 @@ jobs:
5050
GAP_VERSION: ${{ matrix.gapbranch }}
5151

5252
- name: Upload release
53-
uses: actions/upload-artifact@v2
53+
uses: actions/upload-artifact@v4
5454
with:
5555
name: GAP Windows installer - ${{ matrix.arch }}
5656
path: Output/*

0 commit comments

Comments
 (0)