Skip to content

Commit 98387ae

Browse files
chore(deps): update actions/upload-artifact action to v7 (#1128)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e40dbec commit 98387ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-rsc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
shell: bash
9191
env:
9292
BROWSER_NAME: ${{ matrix.browser }}
93-
- uses: actions/upload-artifact@v6
93+
- uses: actions/upload-artifact@v7
9494
if: always()
9595
with:
9696
name: test-results-${{ matrix.os }}-${{ matrix.browser }}${{ matrix.vite && format('-vite-{0}', matrix.vite) || '' }}${{ matrix.react_version && format('-react-{0}', matrix.react_version) || '' }}

0 commit comments

Comments
 (0)