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 e40dbec commit 98387aeCopy full SHA for 98387ae
1 file changed
.github/workflows/ci-rsc.yml
@@ -90,7 +90,7 @@ jobs:
90
shell: bash
91
env:
92
BROWSER_NAME: ${{ matrix.browser }}
93
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
94
if: always()
95
with:
96
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