Skip to content

Commit f88c20d

Browse files
authored
Merge pull request #643 from sparklemotion/dependabot/github_actions/actions/upload-pages-artifact-4
build(deps): bump actions/upload-pages-artifact from 3 to 4
2 parents 3ecc038 + 0b7ef45 commit f88c20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rdoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
ruby-version: "3.3"
3131
bundler-cache: true
3232
- run: bundle exec rdoc
33-
- uses: actions/upload-pages-artifact@v3
33+
- uses: actions/upload-pages-artifact@v4
3434
with:
3535
path: 'doc'
3636
- uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)