Skip to content

Commit 7349d3b

Browse files
dependabot[bot]jameslinnell
authored andcommitted
github-actions: bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 870474e commit 7349d3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
restore-from-cache: "true"
145145
cache-suffix: ${{ env.CACHE_NAME }}
146146
- name: Archive swagger
147-
uses: actions/upload-artifact@v4
147+
uses: actions/upload-artifact@v6
148148
with:
149149
name: swagger
150150
path: |

.github/workflows/pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ jobs:
314314
requires-aws: true
315315
save-to-cache: "true"
316316
- name: Upload artifact
317-
uses: actions/upload-artifact@v4
317+
uses: actions/upload-artifact@v6
318318
with:
319319
name: "${{ needs.create-coverage-name.outputs.coverage-name }}-coverage"
320320
path: "sonarcloud-coverage.xml"

0 commit comments

Comments
 (0)