Skip to content

Commit ffbb188

Browse files
Merge pull request #50 from AdobeDocs/node-24
Upgrade workflow actions and set node to 24
2 parents b1d9e63 + 504881a commit ffbb188

4 files changed

Lines changed: 7 additions & 898 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515

1616
- name: Lint
1717
id: lint
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Upload linter report
2626
if: always()
27-
uses: actions/upload-artifact@v4
27+
uses: actions/upload-artifact@v7
2828
with:
2929
name: linter-report
3030
path: |

.github/workflows/post-lint-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: github.event.workflow_run.event == 'pull_request'
1616
steps:
1717
- name: Download linter report artifact
18-
uses: actions/download-artifact@v4
18+
uses: actions/download-artifact@v8
1919
with:
2020
name: linter-report
2121
run-id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)