Skip to content

Commit 379adb8

Browse files
Update build-prod.yml
1 parent 808aa03 commit 379adb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
DUnitConsoleRunner.exe Tests\Win64\Debug\FeedFlow.tests.exe --format=xml --output=resultats_tests.xml
8484
8585
- name: Publish test results
86-
uses: actions/upload-artifact@v3
86+
uses: actions/upload-artifact@v4
8787
if: always() # Même si les tests échouent
8888
with:
8989
name: Test Results

0 commit comments

Comments
 (0)