Skip to content

Commit 1e40848

Browse files
build(deps): bump actions/upload-artifact from 5 to 6 (#2861)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b80131b commit 1e40848

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- run: npm run ci:unit:exunit
129129
- name: Upload coverage artifact
130130
if: ${{ always() }}
131-
uses: actions/upload-artifact@v5
131+
uses: actions/upload-artifact@v6
132132
with:
133133
name: Elixir test coverage report
134134
path: cover/

.github/workflows/use-deploy-ecs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
CI: true
127127
HOME: /root
128128
HOST: ${{ needs.deploy.outputs.deployment-host }}
129-
- uses: actions/upload-artifact@v5
129+
- uses: actions/upload-artifact@v6
130130
if: failure()
131131
with:
132132
name: smoke-test-report-${{ github.event.deployment_status.environment }}-${{ github.sha }}
@@ -155,7 +155,7 @@ jobs:
155155
CI: true
156156
HOME: /root
157157
HOST: ${{ needs.deploy.outputs.deployment-host }}
158-
- uses: actions/upload-artifact@v5
158+
- uses: actions/upload-artifact@v6
159159
if: failure()
160160
with:
161161
name: critical-user-journey-report-${{ github.event.deployment_status.environment }}-${{ github.sha }}

0 commit comments

Comments
 (0)