Skip to content

Commit

Permalink
update upload-artifcats to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoGranstrom committed Nov 18, 2024
1 parent 70ca062 commit f2aa84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/netlify_build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: build docs
run: nimble docs
- run: echo Commit hash = ${{ github.event.pull_request.head.sha }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: build-${{ github.event.pull_request.head.sha }}
path: docs/
Expand Down

0 comments on commit f2aa84e

Please sign in to comment.