Skip to content

Commit 41eb622

Browse files
committed
Merge branch 'master' of https://github.com/Pxtl/Sandra.Snow
2 parents dc7bfa0 + 5ce4ecf commit 41eb622

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-website.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,22 @@ jobs:
3636
3737
- name: Checkout SnowSite
3838
if: ${{ env.IS_WEBSITE_REPO_SET == 'true' }}
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040
with:
4141
sparse-checkout: SnowSite
4242
path: doc
4343

4444
- name: Checkout Website
4545
if: ${{ env.IS_WEBSITE_REPO_SET == 'true' }}
46-
uses: actions/checkout@v3
46+
uses: actions/checkout@v4
4747
with:
4848
repository: ${{ vars.WEBSITE_REPO }}
4949
path: website
5050
token: ${{ secrets.WEBSITE_PAT }}
5151

5252
- name: Download Snow artifact
5353
if: ${{ env.IS_WEBSITE_REPO_SET == 'true' }}
54-
uses: dawidd6/action-download-artifact@v2
54+
uses: dawidd6/action-download-artifact@v6
5555
with:
5656
workflow: build-snow.yml
5757

0 commit comments

Comments
 (0)