Skip to content

Commit

Permalink
Update actions to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Jul 12, 2024
1 parent cc35bfc commit 2684a42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/msys2-htslib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: ci
- uses: msys2/setup-msys2@v2
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Bundle
run: bash ci/scripts/bundle-htslib.sh
- name: Upload release tarball as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: m2w64-htslib-${{ env.PACKAGE_VERSION }}-${{ env.RELEASE_VERSION }}.tar.gz
path: m2w64-htslib-${{ env.PACKAGE_VERSION }}-${{ env.RELEASE_VERSION }}.tar.gz
Expand All @@ -61,9 +61,9 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Download release tarball artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: m2w64-htslib-${{ env.PACKAGE_VERSION }}-${{ env.RELEASE_VERSION }}.tar.gz
- run: ls -lhR
Expand Down

0 comments on commit 2684a42

Please sign in to comment.