Skip to content

Commit 6bddf84

Browse files
authored
Merge pull request #235 from rust-osdev/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
2 parents 5e4b05e + e706849 commit 6bddf84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
steps:
7171
- name: "Download Generated Site"
72-
uses: actions/download-artifact@v2
72+
uses: actions/download-artifact@v4.1.7
7373
with:
7474
name: generated_site
7575
path: generated_site

0 commit comments

Comments
 (0)