Skip to content

Commit eff60b3

Browse files
authored
Merge pull request #595 from voxpupuli/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents af46bf8 + df57642 commit eff60b3

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@v5
25+
- uses: actions/upload-artifact@v6
2626
id: upload-preview
2727
with:
2828
name: preview

0 commit comments

Comments
 (0)