Skip to content

Commit

Permalink
Update GitHub action version
Browse files Browse the repository at this point in the history
  • Loading branch information
geniejhang authored Apr 2, 2024
1 parent 3544293 commit 7a65ccf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
image: fribdaq/frib-${{ inputs.os-version }}-ci
options: --cpus 2
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: autoreconf
working-directory: ./main
run: autoreconf -if
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
mv spectcl-${{ github.ref_name }}.tar.gz spectcl-${{ github.ref_name }}-dist.tar.gz
- name: Upload complete source distribution package
if: ${{ inputs.packaging == true && inputs.dist-packaging == true }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Complete source distribution
path: ./main/oot/spectcl-${{ github.ref_name }}-dist.tar.gz
Expand All @@ -87,7 +87,7 @@ jobs:
run: tar -czf spectcl-$GITHUB_REF_NAME-${{ inputs.os-version }}.tar.gz $GITHUB_REF_NAME
- name: Upload binary distribution package
if: ${{ inputs.packaging == true }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.os-version }} binary distribution
path: /usr/opt/spectcl/spectcl-${{ github.ref_name }}-${{ inputs.os-version }}.tar.gz
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cloneing the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Extract release note
run: |
cat >> extract_release_note.sh << EOF
Expand Down

0 comments on commit 7a65ccf

Please sign in to comment.