Skip to content

Commit e89099e

Browse files
authored
Upload artefact version update to v4 (#260)
1 parent 40d122c commit e89099e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rpe_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)