Skip to content

Commit 2402bd6

Browse files
committed
Update Jekyll workflow; specify exact versions for upload and download artifact actions
Signed-off-by: DavidOsipov <[email protected]>
1 parent 98765db commit 2402bd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
working-directory: ./site
4949

5050
- name: Upload build artifacts
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@65462800fd760540d3fbdee4b866aeacb711f890
5252
with:
5353
name: site-build
5454
path: site/build
@@ -59,7 +59,7 @@ jobs:
5959
if: github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch'
6060
steps:
6161
- name: Download build artifacts
62-
uses: actions/download-artifact@v3
62+
uses: actions/download-artifact@65a5b627b9257027a20beb016969dd9116e5480d
6363
with:
6464
name: site-build
6565
path: site/build

0 commit comments

Comments
 (0)