Skip to content

Commit

Permalink
update to actions/upload-artifact@v2 for GA
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Oct 14, 2024
1 parent 3025190 commit 1a77418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
echo "{\"repo\": \"https://github.com/${{ github.repository }}\", \"ref\": \"${GITHUB_REF}\", \"branch\": \"${GITHUB_REF##*/}\", \"commit\": \"${GITHUB_SHA}\"}" > chalicelib_cgap/gitinfo.json
- name: Upload the gitinfo.json file as an artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: gitinfo
path: chalicelib_cgap/gitinfo.json

0 comments on commit 1a77418

Please sign in to comment.