Skip to content

Commit

Permalink
v2 to v4 actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
tsnow03 authored Sep 12, 2024
1 parent e3a12d9 commit 3fb903f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/buildresources/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ runs:

- name: Save Build
if: ${{ always() && inputs.jb-save == 'true'}}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build
path: book/_build/

0 comments on commit 3fb903f

Please sign in to comment.