Skip to content

Commit 369b098

Browse files
authored
Update rpe_test.yml to use upload action version v4.4.3
1 parent 40d122c commit 369b098

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/rpe_test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,15 +206,16 @@ 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+
if: ${{ matrix.os != 'windows-latest' }}
211+
uses: actions/[email protected]
211212
with:
212213
name: rapid_power_estimator_${{ matrix.os }}
213214
path: dist/rapid_power_estimator*.tar.gz
214215

215216
- name: Upload Package
216217
if: ${{ github.ref == 'refs/heads/main' && matrix.os == 'windows-latest' }}
217-
uses: actions/upload-artifact@v3
218+
uses: actions/upload-artifact@v4.4.3
218219
with:
219220
name: rapid_power_estimator_${{ matrix.os }}
220221
path: dist/rapid_power_estimator*.exe

0 commit comments

Comments
 (0)