Skip to content

Commit b8fe2b0

Browse files
chore(deps): update actions/upload-artifact action to v5 (#969)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 93c993b commit b8fe2b0

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
@@ -88,7 +88,7 @@ jobs:
8888
shell: bash
8989
env:
9090
BROWSER_NAME: ${{ matrix.browser }}
91-
- uses: actions/upload-artifact@v4
91+
- uses: actions/upload-artifact@v5
9292
if: always()
9393
with:
9494
name: test-results-${{ matrix.os }}-${{ matrix.browser }}${{ matrix.rolldown == true && '-rolldown' || '' }}${{ matrix.react_version && format('-react-{0}', matrix.react_version) || '' }}

0 commit comments

Comments
 (0)