Skip to content

Commit df3b050

Browse files
authored
Merge pull request #159 from johnmhoran/154-update-pinned-commit
Update pinned download-artifact #154
2 parents 490e0d7 + bac1dac commit df3b050

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/a-b-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
name: github-pages
6969
steps:
7070
- name: Download build artifact
71-
uses: actions/download-artifact@70fc10c777b56b1aba04a2c2e9e26d02b34f4d69 # v7.0.0
71+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
7272
with:
7373
name: docusaurus-build
7474
path: build
@@ -87,7 +87,7 @@ jobs:
8787
runs-on: ubuntu-latest
8888
steps:
8989
- name: Download build artifact
90-
uses: actions/download-artifact@70fc10c777b56b1aba04a2c2e9e26d02b34f4d69 # v7.0.0
90+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
9191
with:
9292
name: docusaurus-build
9393
path: build

0 commit comments

Comments
 (0)