Skip to content

Commit

Permalink
Switch to upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Fexty12573 authored Apr 15, 2024
1 parent 0269d04 commit 516e4a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docfx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
continue-on-error: false

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: github-pages
path: docs/_site
Expand All @@ -45,4 +45,4 @@ jobs:
id: deployment
uses: actions/deploy-pages@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 516e4a0

Please sign in to comment.