Skip to content

Commit 50954f2

Browse files
authored
Merge pull request #164 from afeld/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 4cc4baf + e15242d commit 50954f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: gem install html-proofer
8080

8181
- uses: actions/checkout@v4
82-
- uses: actions/download-artifact@v4
82+
- uses: actions/download-artifact@v5
8383
with:
8484
name: ${{ matrix.school }}
8585
path: _build/html

0 commit comments

Comments
 (0)