Skip to content

Commit dff7f2b

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa7de92 commit dff7f2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ jobs:
5555
with:
5656
report_paths: "**/build/test-results/test/TEST-*.xml"
5757
- name: Upload build artifacts
58-
uses: actions/upload-artifact@v4
58+
uses: actions/upload-artifact@v5
5959
with:
6060
name: build-artifacts
6161
path: "**/build/reports"
6262
- name: Store Buildscan URL
63-
uses: actions/upload-artifact@v4
63+
uses: actions/upload-artifact@v5
6464
with:
6565
name: build-scan
6666
path: "buildscan.log"
@@ -95,14 +95,14 @@ jobs:
9595
component: true
9696

9797
- name: Archive test screenshots
98-
uses: actions/upload-artifact@v4
98+
uses: actions/upload-artifact@v5
9999
if: failure()
100100
with:
101101
name: cypress-screenshots
102102
path: ui/cypress/screenshots
103103

104104
- name: Archive test videos
105-
uses: actions/upload-artifact@v4
105+
uses: actions/upload-artifact@v5
106106
if: always()
107107
with:
108108
name: cypress-videos

0 commit comments

Comments
 (0)