Skip to content

Commit fe71cef

Browse files
authored
Merge pull request #1863 from bervProject/dependabot/github_actions/actions/upload-artifact-7
build(deps): bump actions/upload-artifact from 6 to 7
2 parents 6e77a64 + e34c6a2 commit fe71cef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: yarn test:e2e --headless
2929
- uses: codecov/codecov-action@v5
3030
if: ${{ matrix.node-version == '22.x' }}
31-
- uses: actions/upload-artifact@v6
31+
- uses: actions/upload-artifact@v7
3232
with:
3333
name: recordings-e2e-${{ matrix.node-version }}
3434
path: tests/e2e/videos/

0 commit comments

Comments
 (0)