Skip to content

Commit 940fb91

Browse files
dependabot[bot]onap.gh2gerrit
authored andcommitted
Bump 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 Add proxy integration test by @​Link- in actions/upload-artifact#754 Upgrade the module to ESM and bump dependencies by @​danwkennedy in actions/upload-artifact#762 Support direct file uploads by @​danwkennedy in actions/upload-artifact#764 New Contributors @​Link- made their first contribution in actions/upload-artifact#754 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 Upload Artifact Node 24 support by @​salmanmkc in actions/upload-artifact#719 fix: update @​actions/artifact for Node.js 24 punycode deprecation by @​salmanmkc in actions/upload-artifact#744 prepare release v6.0.0 for Node.js 24 support by @​salmanmkc in actions/upload-artifact#745 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. Update README.md by @​GhadimiR in actions/upload-artifact#681 Update README.md by @​nebuk89 in actions/upload-artifact#712 Readme: spell out the first use of GHES by @​danwkennedy in actions/upload-artifact#727 Update GHES guidance to include reference to Node 20 version by @​patrikpolyak in actions/upload-artifact#725 Bump @actions/artifact to v4.0.0 Prepare v5.0.0 by @​danwkennedy in actions/upload-artifact#734 ... (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](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Issue-ID: CIMAN-33 Signed-off-by: dependabot[bot] <support@github.com> Change-Id: I9ecbe5ef026bea1cffee80fcc3e8e67eea90212a GitHub-PR: #23 GitHub-Hash: 25603fb130a13956 Signed-off-by: onap.gh2gerrit <releng+onap-gh2gerrit@linuxfoundation.org>
1 parent 2078bbe commit 940fb91

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/gerrit-opa-performance-test.yaml

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ jobs:
8383
run: sudo bash ./run-s3p-test.sh performance
8484

8585
- name: Archive result jtl
86-
uses: actions/upload-artifact@v4
86+
uses: actions/upload-artifact@v7
8787
with:
8888
name: policy-opa-s3p-results-jtl-perf
8989
path: ${{ github.workspace }}/testsuites/automate-s3p-test/s3pTestResults.jtl
9090

9191
- name: Archive JMeter logs
92-
uses: actions/upload-artifact@v4
92+
uses: actions/upload-artifact@v7
9393
with:
9494
name: policy-opa-s3p-results-jmeter-perf
9595
path: ${{ github.workspace }}/testsuites/automate-s3p-test/jmeter.log

.github/workflows/gerrit-opa-stability-test.yaml

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ jobs:
8383
run: sudo bash ./run-s3p-test.sh stability
8484

8585
- name: Archive result jtl
86-
uses: actions/upload-artifact@v4
86+
uses: actions/upload-artifact@v7
8787
with:
8888
name: policy-opa-s3p-results-jtl-stability
8989
path: ${{ github.workspace }}/testsuites/automate-s3p-test/s3pTestResults.jtl
9090

9191
- name: Archive JMeter logs
92-
uses: actions/upload-artifact@v4
92+
uses: actions/upload-artifact@v7
9393
with:
9494
name: policy-opa-s3p-results-jmeter-stability
9595
path: ${{ github.workspace }}/testsuites/automate-s3p-test/jmeter.log

0 commit comments

Comments
 (0)