Skip to content

Commit

Permalink
Try action v3
Browse files Browse the repository at this point in the history
  • Loading branch information
bess committed Mar 21, 2024
1 parent 842aa0a commit 9501103
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
# Name of the artifact to upload.
name: "yard docs" # upload the doc directory that yard just created
name: "github-pages"

# A file, directory or wildcard pattern that describes what to upload
# Required.
Expand All @@ -50,4 +50,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action
uses: actions/deploy-pages@v3 # or specific "vX.X.X" version tag for this action

0 comments on commit 9501103

Please sign in to comment.