-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump actions/upload-artifact from 2 to 4 #985
Bump actions/upload-artifact from 2 to 4 #985
Conversation
@dependabot rebase |
6e28541
to
125cb4f
Compare
There is still some stuff I need to repair in our CI pipelines. I'll try and get to them today. |
5aea611
to
ed69c2b
Compare
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
- upload uses unique names for artifacts - download merges unique artifacts to single loc
8ced31b
to
2464aca
Compare
10ca214
to
a663b5d
Compare
As it currently stands we upload ALL GCC artifacts to the CD pipeline, which might be a bit too much. Might be worth uploading only the ones from GCC-10 for now. |
Let's upload all of them, we can set a shorter retention time to remove them quickly if we use too much storage for the artifacts. |
I think storage-wise we should be fine. The extra artifacts are very light compared to our upload limits. |
1e7ee1d
to
b50244c
Compare
Bumps actions/upload-artifact from 2 to 4.
Release notes
Sourced from actions/upload-artifact's releases.
... (truncated)
Commits
694cdab
Merge pull request #501 from actions/robherley/overwrite-artifact05d4fe6
run licensed against version that matches ci40b3052
update readme49552fc
add overwrite tests to workflow7961590
licensed cache11ff42c
add new overwrite input & docs1eb3cb2
Merge pull request #497 from actions/robherley/update-readme-limit8688a86
Update readme to reflect new artifact/job limit73d8b66
Support artifact-url output (#496)c320f57
Update README.md (#492)You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)