We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5c1aa commit de69eb3Copy full SHA for de69eb3
.github/workflows/validate.yml
@@ -48,7 +48,7 @@ jobs:
48
49
steps:
50
- name: Fetch built site
51
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4.1.7
52
with:
53
name: Built site ${{ github.run_number }}
54
path: ./_site
@@ -67,7 +67,7 @@ jobs:
67
68
69
70
71
72
73
@@ -99,7 +99,7 @@ jobs:
99
- name: Fetch repository for `lighthouserc.json`
100
uses: actions/checkout@v2
101
102
103
104
105
0 commit comments