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 98765db commit 2402bd6Copy full SHA for 2402bd6
.github/workflows/jekyll-gh-pages.yml
@@ -48,7 +48,7 @@ jobs:
48
working-directory: ./site
49
50
- name: Upload build artifacts
51
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@65462800fd760540d3fbdee4b866aeacb711f890
52
with:
53
name: site-build
54
path: site/build
@@ -59,7 +59,7 @@ jobs:
59
if: github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch'
60
steps:
61
- name: Download build artifacts
62
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@65a5b627b9257027a20beb016969dd9116e5480d
63
64
65
0 commit comments