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.
2 parents dc7bfa0 + 5ce4ecf commit 41eb622Copy full SHA for 41eb622
.github/workflows/publish-website.yml
@@ -36,22 +36,22 @@ jobs:
36
37
- name: Checkout SnowSite
38
if: ${{ env.IS_WEBSITE_REPO_SET == 'true' }}
39
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
40
with:
41
sparse-checkout: SnowSite
42
path: doc
43
44
- name: Checkout Website
45
46
47
48
repository: ${{ vars.WEBSITE_REPO }}
49
path: website
50
token: ${{ secrets.WEBSITE_PAT }}
51
52
- name: Download Snow artifact
53
54
- uses: dawidd6/action-download-artifact@v2
+ uses: dawidd6/action-download-artifact@v6
55
56
workflow: build-snow.yml
57
0 commit comments