File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -206,15 +206,15 @@ jobs:
206206 echo ${{ github.ref }}
207207
208208 - name : Upload Package
209- if : ${{ github.ref == 'refs/heads/main' && matrix.os != 'windows-latest' }}
210- uses : actions/upload-artifact@v3
209+ if : ${{ github.ref == 'refs/heads/main' && matrix.os != 'windows-latest' }}
210+ uses : actions/upload-artifact@v4.4.3
211211 with :
212212 name : rapid_power_estimator_${{ matrix.os }}
213213 path : dist/rapid_power_estimator*.tar.gz
214214
215215 - name : Upload Package
216216 if : ${{ github.ref == 'refs/heads/main' && matrix.os == 'windows-latest' }}
217- uses : actions/upload-artifact@v3
217+ uses : actions/upload-artifact@v4.4.3
218218 with :
219219 name : rapid_power_estimator_${{ matrix.os }}
220220 path : dist/rapid_power_estimator*.exe
You can’t perform that action at this time.
0 commit comments