We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1d9e63 + 504881a commit ffbb188Copy full SHA for ffbb188
4 files changed
.github/workflows/lint.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
15
16
- name: Lint
17
id: lint
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Upload linter report
26
if: always()
27
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
28
with:
29
name: linter-report
30
path: |
.github/workflows/post-lint-comment.yml
@@ -15,7 +15,7 @@ jobs:
if: github.event.workflow_run.event == 'pull_request'
- name: Download linter report artifact
18
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v8
19
20
21
run-id: ${{ github.event.workflow_run.id }}
0 commit comments