Skip to content

Commit 4eafbdc

Browse files
chore(deps): update external major
1 parent eb56280 commit 4eafbdc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
set -o pipefail
2929
npm run test:ci 2>&1 | tee test-output.log
3030
- name: Upload test logs
31-
uses: actions/upload-artifact@v6
31+
uses: actions/upload-artifact@v7
3232
if: always()
3333
with:
3434
name: test-logs

.github/workflows/update-pr-description.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Update Pull Request Description
15-
uses: actions/github-script@v8
15+
uses: actions/github-script@v9
1616
with:
1717
script: |
1818
const { data: pr } = await github.rest.pulls.get({

0 commit comments

Comments
 (0)