Skip to content

Commit 4023895

Browse files
authored
Bump actions/upload-artifact from 5 to 7 (#97)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/upload-artifact/releases">actions/upload-artifact's releases</a>.</em></p> <blockquote> <h2>v7.0.0</h2> <h2>v7 What's new</h2> <h3>Direct Uploads</h3> <p>Adds support for uploading single files directly (unzipped). Callers can set the new <code>archive</code> parameter to <code>false</code> 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 <code>name</code> parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.</p> <h3>ESM</h3> <p>To support new versions of the <code>@actions/*</code> packages, we've upgraded the package to ESM.</p> <h2>What's Changed</h2> <ul> <li>Add proxy integration test by <a href="https://github.com/Link"><code>@​Link</code></a>- in <a href="https://redirect.github.com/actions/upload-artifact/pull/754">actions/upload-artifact#754</a></li> <li>Upgrade the module to ESM and bump dependencies by <a href="https://github.com/danwkennedy"><code>@​danwkennedy</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/762">actions/upload-artifact#762</a></li> <li>Support direct file uploads by <a href="https://github.com/danwkennedy"><code>@​danwkennedy</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/764">actions/upload-artifact#764</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Link"><code>@​Link</code></a>- made their first contribution in <a href="https://redirect.github.com/actions/upload-artifact/pull/754">actions/upload-artifact#754</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/upload-artifact/compare/v6...v7.0.0">https://github.com/actions/upload-artifact/compare/v6...v7.0.0</a></p> <h2>v6.0.0</h2> <h2>v6 - What's new</h2> <blockquote> <p>[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (<code>runs.using: node24</code>) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.</p> </blockquote> <h3>Node.js 24</h3> <p>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.</p> <h2>What's Changed</h2> <ul> <li>Upload Artifact Node 24 support by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/719">actions/upload-artifact#719</a></li> <li>fix: update <code>@​actions/artifact</code> for Node.js 24 punycode deprecation by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/744">actions/upload-artifact#744</a></li> <li>prepare release v6.0.0 for Node.js 24 support by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/745">actions/upload-artifact#745</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0">https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/upload-artifact/commit/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f"><code>bbbca2d</code></a> Support direct file uploads (<a href="https://redirect.github.com/actions/upload-artifact/issues/764">#764</a>)</li> <li><a href="https://github.com/actions/upload-artifact/commit/589182c5a4cec8920b8c1bce3e2fab1c97a02296"><code>589182c</code></a> Upgrade the module to ESM and bump dependencies (<a href="https://redirect.github.com/actions/upload-artifact/issues/762">#762</a>)</li> <li><a href="https://github.com/actions/upload-artifact/commit/47309c993abb98030a35d55ef7ff34b7fa1074b5"><code>47309c9</code></a> Merge pull request <a href="https://redirect.github.com/actions/upload-artifact/issues/754">#754</a> from actions/Link-/add-proxy-integration-tests</li> <li><a href="https://github.com/actions/upload-artifact/commit/02a8460834e70dab0ce194c64360c59dc1475ef0"><code>02a8460</code></a> Add proxy integration test</li> <li><a href="https://github.com/actions/upload-artifact/commit/b7c566a772e6b6bfb58ed0dc250532a479d7789f"><code>b7c566a</code></a> Merge pull request <a href="https://redirect.github.com/actions/upload-artifact/issues/745">#745</a> from actions/upload-artifact-v6-release</li> <li><a href="https://github.com/actions/upload-artifact/commit/e516bc8500aaf3d07d591fcd4ae6ab5f9c391d5b"><code>e516bc8</code></a> docs: correct description of Node.js 24 support in README</li> <li><a href="https://github.com/actions/upload-artifact/commit/ddc45ed9bca9b38dbd643978d88e3981cdc91415"><code>ddc45ed</code></a> docs: update README to correct action name for Node.js 24 support</li> <li><a href="https://github.com/actions/upload-artifact/commit/615b319bd27bb32c3d64dca6b6ed6974d5fbe653"><code>615b319</code></a> chore: release v6.0.0 for Node.js 24 support</li> <li><a href="https://github.com/actions/upload-artifact/commit/017748b48f8610ca8e6af1222f4a618e84a9c703"><code>017748b</code></a> Merge pull request <a href="https://redirect.github.com/actions/upload-artifact/issues/744">#744</a> from actions/fix-storage-blob</li> <li><a href="https://github.com/actions/upload-artifact/commit/38d4c7997f5510fcc41fc4aae2a6b97becdbe7fc"><code>38d4c79</code></a> chore: rebuild dist</li> <li>Additional commits viewable in <a href="https://github.com/actions/upload-artifact/compare/v5...v7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/upload-artifact&package-manager=github_actions&previous-version=5&new-version=7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
2 parents 54c0b31 + 9d3b929 commit 4023895

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/preview-env.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ jobs:
300300

301301
- name: Upload unit test results
302302
if: always()
303-
uses: actions/upload-artifact@v5
303+
uses: actions/upload-artifact@v7
304304
with:
305305
name: unit-test-results
306306
path: gateway-api/test-artefacts/unit-tests*
@@ -329,7 +329,7 @@ jobs:
329329

330330
- name: Upload contract test results
331331
if: always()
332-
uses: actions/upload-artifact@v5
332+
uses: actions/upload-artifact@v7
333333
with:
334334
name: contract-test-results
335335
path: gateway-api/test-artefacts/contract-tests*
@@ -358,7 +358,7 @@ jobs:
358358

359359
- name: Upload schema test results
360360
if: always()
361-
uses: actions/upload-artifact@v5
361+
uses: actions/upload-artifact@v7
362362
with:
363363
name: schema-test-results
364364
path: gateway-api/test-artefacts/schema-tests*
@@ -390,7 +390,7 @@ jobs:
390390

391391
- name: Upload integration test results
392392
if: always()
393-
uses: actions/upload-artifact@v5
393+
uses: actions/upload-artifact@v7
394394
with:
395395
name: integration-test-results
396396
path: gateway-api/test-artefacts/integration-tests*
@@ -419,7 +419,7 @@ jobs:
419419

420420
- name: Upload acceptance test results
421421
if: always()
422-
uses: actions/upload-artifact@v5
422+
uses: actions/upload-artifact@v7
423423
with:
424424
name: acceptance-test-results
425425
path: gateway-api/test-artefacts/acceptance-tests*

.github/workflows/stage-2-test.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: make test-unit
5050
- name: "Upload unit test results"
5151
if: always()
52-
uses: actions/upload-artifact@v5
52+
uses: actions/upload-artifact@v7
5353
with:
5454
name: unit-test-results
5555
path: gateway-api/test-artefacts/
@@ -79,7 +79,7 @@ jobs:
7979
run: make test-contract
8080
- name: "Upload contract test results"
8181
if: always()
82-
uses: actions/upload-artifact@v5
82+
uses: actions/upload-artifact@v7
8383
with:
8484
name: contract-test-results
8585
path: gateway-api/test-artefacts/
@@ -109,7 +109,7 @@ jobs:
109109
run: make test-schema
110110
- name: "Upload schema test results"
111111
if: always()
112-
uses: actions/upload-artifact@v5
112+
uses: actions/upload-artifact@v7
113113
with:
114114
name: schema-test-results
115115
path: gateway-api/test-artefacts/
@@ -139,7 +139,7 @@ jobs:
139139
run: make test-integration
140140
- name: "Upload integration test results"
141141
if: always()
142-
uses: actions/upload-artifact@v5
142+
uses: actions/upload-artifact@v7
143143
with:
144144
name: integration-test-results
145145
path: gateway-api/test-artefacts/
@@ -170,7 +170,7 @@ jobs:
170170
run: make test-acceptance
171171
- name: "Upload acceptance test results"
172172
if: always()
173-
uses: actions/upload-artifact@v5
173+
uses: actions/upload-artifact@v7
174174
with:
175175
name: acceptance-test-results
176176
path: gateway-api/test-artefacts/
@@ -206,7 +206,7 @@ jobs:
206206
mv coverage-merged.xml ${{ needs.create-coverage-name.outputs.coverage-name }}.xml
207207
- name: "Upload combined coverage report"
208208
if: always()
209-
uses: actions/upload-artifact@v5
209+
uses: actions/upload-artifact@v7
210210
with:
211211
name: ${{ needs.create-coverage-name.outputs.coverage-name }}
212212
path: gateway-api/test-artefacts

0 commit comments

Comments
 (0)