Skip to content

Commit cb9b8eb

Browse files
authored
Merge pull request #166 from ruby/dependabot/github_actions/actions/upload-pages-artifact-3
Bump actions/upload-pages-artifact from 1 to 3
2 parents b3b59f0 + f5f66fc commit cb9b8eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v1
36+
uses: actions/upload-pages-artifact@v3
3737

3838
deploy:
3939
environment:

0 commit comments

Comments
 (0)