Skip to content

Commit

Permalink
Update upload-artifact step to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mirenradia committed Nov 29, 2022
1 parent 23b3e7a commit f74316b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: tar -czvf paraview-v${PARAVIEW_VERSION}.tar.gz -C $PARAVIEW_SUPERBUILD_DIR/install .

- name: Upload package
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: paraview-v${{ env.PARAVIEW_VERSION }}
path: paraview-v${{ env.PARAVIEW_VERSION }}.tar.gz
Expand Down

0 comments on commit f74316b

Please sign in to comment.