@@ -93,34 +93,34 @@ jobs:
9393
9494 - name : Upload InstallOutput.log
9595 if : ${{ failure() }}
96- uses : actions/upload-artifact@v3
96+ uses : actions/upload-artifact@v4
9797 with :
9898 name : InstallOutput.log
9999 path : ${{ github.workspace }}/hexrdgui/packaging/_CPack_Packages/*/InstallOutput.log
100100
101101 - name : Upload WIX log ( Windows only )
102102 if : ${{ failure() && matrix.config.os == 'windows-latest'}}
103- uses : actions/upload-artifact@v3
103+ uses : actions/upload-artifact@v4
104104 with :
105105 name : wix.log
106106 path : ${{ github.workspace }}/hexrdgui/packaging/_CPack_Packages/WIX/wix.log
107107
108108 - name : Upload installer package
109- uses : actions/upload-artifact@v3
109+ uses : actions/upload-artifact@v4
110110 with :
111111 name : HEXRDGUI-v${{env.VERSION}}.${{ matrix.config.package }}
112112 path : ${{ github.workspace }}/hexrdgui/packaging/HEXRDGUI-${{env.VERSION}}.${{ matrix.config.package }}
113113
114114 - name : Upload installer package Zip ( Windows only )
115115 if : ${{ matrix.config.os == 'windows-latest'}}
116- uses : actions/upload-artifact@v3
116+ uses : actions/upload-artifact@v4
117117 with :
118118 name : HEXRDGUI-v${{env.VERSION}}.zip
119119 path : ${{ github.workspace }}/hexrdgui/packaging/HEXRDGUI-${{env.VERSION}}.zip
120120
121121 - name : Upload the HEXRDGUI conda package ( PRs only )
122122 if : github.ref != 'refs/heads/master'
123- uses : actions/upload-artifact@v3
123+ uses : actions/upload-artifact@v4
124124 with :
125125 name : HEXRDGUI-${{ matrix.config.name }}-${{ env.HEXRDGUI_GIT_DESCRIBE }}.tar.bz2
126126 path : ${{ github.workspace }}/hexrdgui/packaging/output/**/*.tar.bz2
0 commit comments