Bump actions/upload-artifact from 6 to 7#334
Conversation
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
@VisruthSK even though all the checks passed the test-coverage has a hidden error and failure to upload the coverage report: https://github.com/stan-dev/loo/actions/runs/22586062036/job/65431178627#step:6:336 I don't see this error in PRs from before this was merged. Any idea what's going on? |
|
No I didn't see that. Strange. I did the same change in stanflow and nothing happened, I'm pretty sure I use the same workflow. I'll fix this today. It also really bothers me that this doesn't fail the step/workflow--I'll try to fix that too. |
|
Thanks. I have a hazy memory of this happening once before and one of the AI models figured out the problem. Might not have been in the loo package though. Same issue is happening in bayesplot: stan-dev/bayesplot#427 |
|
Oh dependabot doesn't get access to the codecovr secret so CI won't fail (useful for forks and such when we obviously don't want to let them upload coverage). We could change that by giving the codecovr token as a dependabot secret (or maybe by swapping to OIDC?) but its a security tradeoff. |
Bumps actions/upload-artifact from 6 to 7.
Release notes
Sourced from actions/upload-artifact's releases.
Commits
bbbca2dSupport direct file uploads (#764)589182cUpgrade the module to ESM and bump dependencies (#762)47309c9Merge pull request #754 from actions/Link-/add-proxy-integration-tests02a8460Add proxy integration testDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)