Skip to content

Commit 888e0a5

Browse files
authored
Merge pull request #630 from voxpupuli/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 3b493b4 + 7e1ed19 commit 888e0a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: bundle exec rake test
2323
- name: Build jekyll html
2424
run: bundle exec rake build
25-
- uses: actions/upload-artifact@v6
25+
- uses: actions/upload-artifact@v7
2626
id: upload-preview
2727
with:
2828
name: preview

0 commit comments

Comments
 (0)