Skip to content

Commit 09edd3f

Browse files
authored
Merge pull request #212 from ruby/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents cffa2bd + 906d5ce commit 09edd3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# Outputs to the './_site' directory by default
3434
run: bundle exec middleman build
3535
- name: Upload artifact
36-
uses: actions/upload-pages-artifact@v3
36+
uses: actions/upload-pages-artifact@v4
3737

3838
deploy:
3939
environment:

0 commit comments

Comments
 (0)