We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c993b commit b8fe2b0Copy full SHA for b8fe2b0
.github/workflows/ci-rsc.yml
@@ -88,7 +88,7 @@ jobs:
88
shell: bash
89
env:
90
BROWSER_NAME: ${{ matrix.browser }}
91
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
92
if: always()
93
with:
94
name: test-results-${{ matrix.os }}-${{ matrix.browser }}${{ matrix.rolldown == true && '-rolldown' || '' }}${{ matrix.react_version && format('-react-{0}', matrix.react_version) || '' }}
0 commit comments