Skip to content

Commit

Permalink
Merge pull request #139 from idanarye/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-pages-artifact-3

Bump actions/upload-pages-artifact from 1 to 3
  • Loading branch information
idanarye committed Feb 10, 2024
2 parents c0c1bf5 + 5e82478 commit 2fb74d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
run: |-
chmod --recursive +r target/doc
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: target/doc
deploy-ghpages:
Expand Down

0 comments on commit 2fb74d5

Please sign in to comment.