github action dependency upgrades on 2024-07-31#516
Merged
dhimmel merged 1 commit intomanubot:mainfrom Jul 31, 2024
Merged
Conversation
dhimmel
commented
Jul 31, 2024
| ci-cache-${{ env.DEFAULT_BRANCH_REF }} | ||
| - name: Install Environment | ||
| uses: conda-incubator/setup-miniconda@v2 | ||
| uses: conda-incubator/setup-miniconda@v3 |
Member
Author
There was a problem hiding this comment.
dhimmel
commented
Jul 31, 2024
| echo "DEFAULT_BRANCH=$DEFAULT_BRANCH" | ||
| - name: Cache | ||
| uses: actions/cache@v3 | ||
| uses: actions/cache@v4 |
Member
Author
There was a problem hiding this comment.
release notes at https://github.com/actions/cache/releases/tag/v4.0.0
dhimmel
commented
Jul 31, 2024
| run: bash build/build.sh | ||
| - name: Upload Artifacts | ||
| uses: actions/upload-artifact@v3 | ||
| uses: actions/upload-artifact@v4 |
Member
Author
There was a problem hiding this comment.
Member
Author
There was a problem hiding this comment.
Here is the log output from the upload artifact step
With the provided path, there will be 9 files uploaded
Artifact name is valid!
Root directory input is valid!
Beginning upload of artifact content to blob storage
Uploaded bytes 215686
Finished uploading artifact content to blob storage!
SHA256 hash of uploaded artifact zip is 470397e4848ba4fd526b226d5b9879e1553ae8e665f5dbb1b8e9b357e5375d94
Finalizing artifact upload
Artifact manuscript-10[18](https://github.com/manubot/rootstock/actions/runs/10185388467/job/28174854640#step:9:19)5388467-08f8521.zip successfully finalized. Artifact ID 1761448987
Artifact manuscript-10185388467-08f8521 has been successfully uploaded! Final size is [21](https://github.com/manubot/rootstock/actions/runs/10185388467/job/28174854640#step:9:22)5686 bytes. Artifact ID is 1761448987
Artifact download URL: https://github.com/manubot/rootstock/actions/runs/10185388467/artifacts/1761448987
Note that this step now outputs artifact-url, which it did not in past. We possibly could now remove AppVeyor since GitHub Actions can presumably comment with the artifact link.
msubirana
pushed a commit
to pivlab/annual_review_of_biomedical_data_science
that referenced
this pull request
Oct 11, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #515
Major version upgrades of dependent actions for node 20 support.