Skip to content

Bump actions/upload-artifact from 4 to 7#1415

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/upload-artifact-7
Closed

Bump actions/upload-artifact from 4 to 7#1415
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/upload-artifact-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/upload-artifact from 4 to 7.

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.0

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

v6.0.0

v6 - What's new

[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0

v5.0.0

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

... (truncated)

Commits
  • 043fb46 Merge pull request #797 from actions/yacaovsnc/update-dependency
  • 634250c Include changes in typespec/ts-http-runtime 0.3.5
  • e454baa Readme: bump all the example versions to v7 (#796)
  • 74fad66 Update the readme with direct upload details (#795)
  • bbbca2d Support direct file uploads (#764)
  • 589182c Upgrade the module to ESM and bump dependencies (#762)
  • 47309c9 Merge pull request #754 from actions/Link-/add-proxy-integration-tests
  • 02a8460 Add proxy integration test
  • b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
  • e516bc8 docs: correct description of Node.js 24 support in README
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @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)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 1, 2026
@shravanngoswamii shravanngoswamii self-requested a review June 1, 2026 06:30
@github-actions

github-actions Bot commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

DynamicPPL.jl documentation for PR #1415 is available at:
https://TuringLang.github.io/DynamicPPL.jl/previews/PR1415/

@shravanngoswamii shravanngoswamii left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not ready for review!

@github-actions

github-actions Bot commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

Benchmarks @ f5ee2c5

Performance Ratio: gradient time divided by log-density time.

For very small models these ratios are noisy across runs and machines; raw primal and gradient timings are more reliable. The benchmarks are aimed at DynamicPPL developers and mainly catch obvious allocation or type-stability regressions. See benchmark notes for details.

===================================================================================================
                                               eval                       gradient                 
                                            ----------  -------------------------------------------
Model                        dim    linked      primal     FwdDiff    RvsDiff    Mooncake    Enzyme
---------------------------------------------------------------------------------------------------
Simple assume observe*         1     false     4.19 ns       14.27    1501.72       43.72     18.48
Simple assume observe*         1      true     4.19 ns       14.42    1710.45       42.00     19.11
Smorgasbord                  201     false     5.75 μs       75.72     137.07        6.99      7.67
Smorgasbord                  201      true     7.49 μs       80.26     137.96        6.14      5.57
Loop univariate 1k          1000     false     16.4 μs     1140.76     321.53        9.85      8.18
Loop univariate 1k          1000      true     20.1 μs     1476.61     282.44        8.01      6.68
Multivariate 1k             1000     false     28.1 μs      353.32      58.65        7.84      2.18
Multivariate 1k             1000      true     26.5 μs      256.74      64.34        8.25      2.32
Loop univariate 10k        10000     false    161.0 μs    16950.36     363.74       10.17      7.83
Loop univariate 10k        10000      true    197.0 μs    14761.57     303.85        8.24      6.54
Multivariate 10k           10000     false    232.0 μs     5490.25      75.64        9.93      1.91
Multivariate 10k           10000      true    223.0 μs     5178.31      77.19       10.36      1.85
Dynamic                       15     false     1.51 μs         err      47.78       15.41     14.97
Dynamic                       10      true     2.28 μs        2.48      67.23       13.16     27.62
Submodel*                      1     false     4.23 ns       14.05    2277.14       44.86     18.66
Submodel*                      1      true     4.21 ns       14.47    2834.91       44.42     18.97
LDA                           12      true     30.6 μs        0.72       2.20       19.41       err
===================================================================================================
Main @ 9347d11
===================================================================================================
                                               eval                       gradient                 
                                            ----------  -------------------------------------------
Model                        dim    linked      primal     FwdDiff    RvsDiff    Mooncake    Enzyme
---------------------------------------------------------------------------------------------------
Simple assume observe*         1     false     4.63 ns       12.55    1545.88       35.09     12.28
Simple assume observe*         1      true     4.63 ns       12.73    1708.29       35.50     12.09
Smorgasbord                  201     false      5.9 μs       72.06     134.31        7.00      9.69
Smorgasbord                  201      true     7.62 μs       74.80     151.52        6.19      7.18
Loop univariate 1k          1000     false     17.7 μs      965.81     311.71        8.58      6.46
Loop univariate 1k          1000      true     19.3 μs     1384.14     285.50        7.89      6.10
Multivariate 1k             1000     false     24.4 μs      384.07      72.87        8.07      3.22
Multivariate 1k             1000      true     21.4 μs      303.25      65.41       10.61      3.01
Loop univariate 10k        10000     false    172.0 μs    12174.01     334.27        8.87      6.53
Loop univariate 10k        10000      true    186.0 μs    11703.64     308.72        8.12      6.10
Multivariate 10k           10000     false    197.0 μs     5524.19      90.66       11.37      2.27
Multivariate 10k           10000      true    197.0 μs     5492.68      91.12       11.30      2.26
Dynamic                       15     false     1.37 μs         err      43.38       14.38     12.15
Dynamic                       10      true     1.98 μs        1.93      59.29       14.40     20.36
Submodel*                      1     false     4.64 ns       12.53    1719.48       35.35     12.36
Submodel*                      1      true     4.63 ns       10.44    1900.76       35.90     12.22
LDA                           12      true     24.2 μs        0.59       2.01       31.28       err
===================================================================================================
Environment
Julia Version 1.11.9
Commit 53a02c0720c (2026-02-06 00:27 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: 4 × AMD EPYC 9V74 80-Core Processor
  WORD_SIZE: 64
  LLVM: libLLVM-16.0.6 (ORCJIT, znver4)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

@dependabot @github

dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #1421.

@dependabot dependabot Bot closed this Jun 5, 2026
@dependabot dependabot Bot deleted the dependabot/github_actions/actions/upload-artifact-7 branch June 5, 2026 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant