Skip to content

Commit

Permalink
Merge pull request #91 from rogy-AquaLab/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/upload-pages-artifact-3

Bump actions/upload-pages-artifact from 1 to 3
  • Loading branch information
H1rono authored Apr 1, 2024
2 parents 4ea5110 + 37b6423 commit a769408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
run: ./mdbook build
- name: Upload artifact
if: ${{ github.event_name != 'pull_request' }}
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: ./book

Expand Down

0 comments on commit a769408

Please sign in to comment.