Skip to content

Commit b026e92

Browse files
authored
Merge pull request #30 from datafusion-contrib/dependabot/github_actions/actions/upload-pages-artifact-4
chore(deps): bump actions/upload-pages-artifact from 3 to 4
2 parents 87ab8be + e3428ae commit b026e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: touch target/doc/index.html
2929
- run: echo "<meta http-equiv=refresh content=0;url=datafusion_flight_sql_server>" > target/doc/index.html
3030
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
31-
uses: actions/upload-pages-artifact@v3
31+
uses: actions/upload-pages-artifact@v4
3232
with:
3333
path: target/doc
3434

0 commit comments

Comments
 (0)