Skip to content

Commit 4fd41c9

Browse files
chore(deps)(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 22b9083 commit 4fd41c9

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
run: npm run build
9898

9999
- name: Upload frontend build
100-
uses: actions/upload-artifact@v6
100+
uses: actions/upload-artifact@v7
101101
with:
102102
name: frontend-dist
103103
path: ui/dist/
@@ -462,7 +462,7 @@ jobs:
462462
./bin/stem-${{ matrix.os }}-${{ matrix.arch }} version || true
463463
464464
- name: Upload artifact
465-
uses: actions/upload-artifact@v6
465+
uses: actions/upload-artifact@v7
466466
with:
467467
name: stem-${{ matrix.os }}-${{ matrix.arch }}
468468
path: bin/stem-${{ matrix.os }}-${{ matrix.arch }}
@@ -594,15 +594,15 @@ jobs:
594594
run: npx playwright test --project=chromium --reporter=html
595595

596596
- name: Upload Playwright report
597-
uses: actions/upload-artifact@v6
597+
uses: actions/upload-artifact@v7
598598
if: always()
599599
with:
600600
name: playwright-report
601601
path: ui/playwright-report/
602602
retention-days: 7
603603

604604
- name: Upload server logs on failure
605-
uses: actions/upload-artifact@v6
605+
uses: actions/upload-artifact@v7
606606
if: failure()
607607
with:
608608
name: e2e-server-logs

.github/workflows/license-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
echo ""
105105
106106
- name: Upload license reports
107-
uses: actions/upload-artifact@v6
107+
uses: actions/upload-artifact@v7
108108
if: always()
109109
with:
110110
name: license-reports

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
-bb stem.spec
176176
177177
- name: Upload release artifacts
178-
uses: actions/upload-artifact@v4
178+
uses: actions/upload-artifact@v7
179179
with:
180180
name: release-linux-${{ matrix.arch }}
181181
path: |
@@ -289,7 +289,7 @@ jobs:
289289
./deploy/macos/build-pkg.sh "./dist/stem-darwin-${ARCH}" "${PKG_VERSION}"
290290
291291
- name: Upload release artifacts
292-
uses: actions/upload-artifact@v4
292+
uses: actions/upload-artifact@v7
293293
with:
294294
name: release-darwin-${{ matrix.arch }}
295295
path: |

.github/workflows/todo-tracker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
cat todo-report.md
5555
5656
- name: Upload report
57-
uses: actions/upload-artifact@v6
57+
uses: actions/upload-artifact@v7
5858
with:
5959
name: todo-report
6060
path: todo-report.md

0 commit comments

Comments
 (0)