Skip to content

Commit e84fc2f

Browse files
authored
Merge pull request #9 from ElfSundae/dependabot/github_actions/dot-github/workflows/actions/download-artifact-8
Bump actions/download-artifact from 5 to 8 in /.github/workflows
2 parents 77f866a + 6ba55be commit e84fc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
GH_TOKEN: ${{ github.token }}
4848

4949
- name: Download site artifact
50-
uses: actions/download-artifact@v5
50+
uses: actions/download-artifact@v8
5151
with:
5252
name: site
5353
path: docs

0 commit comments

Comments
 (0)