We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce788c1 commit d84a75fCopy full SHA for d84a75f
.github/workflows/build_cygwin_gap_release.yml
@@ -26,14 +26,14 @@ jobs:
26
27
# clone GAP repository
28
# TODO: should instead create or download a recent release snapshot tarball
29
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
30
with:
31
repository: gap-system/gap
32
path: gap-${{ matrix.gapbranch }}
33
ref: ${{ matrix.gapbranch }}
34
35
# clone the gap-windows repository
36
37
38
path: gap-windows
39
@@ -50,7 +50,7 @@ jobs:
50
GAP_VERSION: ${{ matrix.gapbranch }}
51
52
- name: Upload release
53
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
54
55
name: GAP Windows installer - ${{ matrix.arch }}
56
path: Output/*
0 commit comments