Skip to content

Commit c133a48

Browse files
dependabot[bot]onap.gh2gerrit
authored andcommitted
Chore(deps): Bump actions/upload-artifact from 6.0.0 to 7.0.1
Bumps actions/upload-artifact from 6.0.0 to 7.0.1. ## Release notes Sourced from actions/upload-artifact's releases. v7.0.1 What's Changed Update the readme with direct upload details by @​danwkennedy in actions/upload-artifact#795 Readme: bump all the example versions to v7 by @​danwkennedy in actions/upload-artifact#796 Include changes in typespec/ts-http-runtime 0.3.5 by @​yacaovsnc in actions/upload-artifact#797 Full Changelog: actions/upload-artifact@v7...v7.0.1 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 ## 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 See full diff 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: I78b5bf8bd3e98ae6b8b92f5be018407e3ee6cb98 GitHub-PR: #181 GitHub-Hash: 2d2b0a53cb03bf7f Signed-off-by: onap.gh2gerrit <releng+onap-gh2gerrit@linuxfoundation.org>
1 parent 25058d8 commit c133a48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gerrit-verify-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Run Playwright tests
8585
run: npx playwright test --project=firefox --trace on
8686
- name: Upload test results
87-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
87+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8888
if: ${{ !cancelled() }}
8989
with:
9090
name: playwright-report

0 commit comments

Comments
 (0)