Skip to content

Commit

Permalink
Merge pull request #18 from JulesGrillot/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/upload-pages-artifact-2

Bump actions/upload-pages-artifact from 1 to 2
  • Loading branch information
JulesGrillot authored Aug 2, 2023
2 parents 4d9e068 + 249c690 commit 387cd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
if: ${{ github.event_name == 'push' && ( startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' ) }}

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
if: ${{ github.event_name == 'push' && ( startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' ) }}
with:
# Upload entire repository
Expand Down

0 comments on commit 387cd0f

Please sign in to comment.