Skip to content

Commit

Permalink
Merge pull request #607 from csiblock/patch-3
Browse files Browse the repository at this point in the history
Update pull.yml to use actions/upload-artifact@v4
  • Loading branch information
k8s-ci-robot authored Nov 6, 2024
2 parents c103eaa + 0bac4cb commit 139de89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# Publish generated site as artifact. Unfortunately viewing it requires
# downloading a .zip and uncompressing that (https://github.com/actions/upload-artifact/issues/14#issuecomment-620728238)
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: html-docs
path: docs

0 comments on commit 139de89

Please sign in to comment.