Skip to content

Commit

Permalink
CI: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Sep 5, 2024
1 parent ce788c1 commit d84a75f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_cygwin_gap_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:

# clone GAP repository
# TODO: should instead create or download a recent release snapshot tarball
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: gap-system/gap
path: gap-${{ matrix.gapbranch }}
ref: ${{ matrix.gapbranch }}

# clone the gap-windows repository
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: gap-windows

Expand All @@ -50,7 +50,7 @@ jobs:
GAP_VERSION: ${{ matrix.gapbranch }}

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

0 comments on commit d84a75f

Please sign in to comment.