Skip to content

Commit 0848e76

Browse files
chore(deps): bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 57e8d44 commit 0848e76

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Upload test results
3434
if: always()
35-
uses: actions/upload-artifact@v4
35+
uses: actions/upload-artifact@v7
3636
with:
3737
name: backend-test-results
3838
path: backend/**/TestResults/*.trx
@@ -138,15 +138,15 @@ jobs:
138138

139139
- name: Upload Playwright report on failure
140140
if: failure()
141-
uses: actions/upload-artifact@v4
141+
uses: actions/upload-artifact@v7
142142
with:
143143
name: playwright-report
144144
path: frontend/playwright-report
145145
if-no-files-found: ignore
146146

147147
- name: Upload Playwright traces on failure
148148
if: failure()
149-
uses: actions/upload-artifact@v4
149+
uses: actions/upload-artifact@v7
150150
with:
151151
name: playwright-test-results
152152
path: frontend/test-results

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
done
220220
221221
- name: Upload SBOMs as workflow artifact
222-
uses: actions/upload-artifact@v4
222+
uses: actions/upload-artifact@v7
223223
with:
224224
name: sbom-cyclonedx
225225
path: sbom/

.github/workflows/store-screenshots.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
find store/screenshots/_raw/ios -name "*.png" -exec mv {} store/screenshots/_raw/ios/ \;
133133
ls -la store/screenshots/_raw/ios
134134
135-
- uses: actions/upload-artifact@v4
135+
- uses: actions/upload-artifact@v7
136136
if: success()
137137
with:
138138
name: ios-raw-screenshots
@@ -143,7 +143,7 @@ jobs:
143143
# contengono gli screenshot dello schermo al momento del fallimento
144144
# (incl. debug-after-login.png) e la UI hierarchy. Indispensabili per
145145
# capire perche' un assertVisible fallisce.
146-
- uses: actions/upload-artifact@v4
146+
- uses: actions/upload-artifact@v7
147147
if: always()
148148
with:
149149
name: maestro-debug

.github/workflows/zap-full-auth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
121121
- name: Upload ZAP report
122122
if: always()
123-
uses: actions/upload-artifact@v4
123+
uses: actions/upload-artifact@v7
124124
with:
125125
name: zap-report
126126
path: |

0 commit comments

Comments
 (0)