Skip to content

Commit 6d892aa

Browse files
authored
Merge pull request #4 from rzcoder/dependabot/github_actions/actions-128ddbfcdd
build(deps): bump the actions group across 1 directory with 3 updates
2 parents 76c8d1d + 1bd304a commit 6d892aa

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: npm ci
2626
- run: npm run build
2727
- run: npm run bench | tee bench-results.txt
28-
- uses: actions/upload-artifact@v4
28+
- uses: actions/upload-artifact@v7
2929
with:
3030
name: bench-results-${{ inputs.ref }}
3131
path: bench-results.txt

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- run: npm run test:coverage
7474
- name: Upload coverage
7575
if: matrix.os == 'ubuntu-latest' && matrix.node == 22
76-
uses: codecov/codecov-action@v4
76+
uses: codecov/codecov-action@v6
7777
with:
7878
files: ./coverage/lcov.info
7979
fail_ci_if_error: false
@@ -94,7 +94,7 @@ jobs:
9494
test -f dist/index.cjs
9595
test -f dist/index.d.ts
9696
test -f dist/index.d.cts
97-
- uses: actions/upload-artifact@v4
97+
- uses: actions/upload-artifact@v7
9898
with:
9999
name: dist
100100
path: dist/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
run: npm publish --access public
4141

4242
- name: Create GitHub Release
43-
uses: softprops/action-gh-release@v2
43+
uses: softprops/action-gh-release@v3
4444
with:
4545
generate_release_notes: true

0 commit comments

Comments
 (0)