@@ -587,12 +587,12 @@ jobs:
587
587
export SHEET=https://docs.google.com/spreadsheets/d/${{ env.SECRET_RESULTS_SHEET_ID }}
588
588
python nmos-testing/utilities/run-test-suites/gsheetsImport/resultsImporter.py --credentials ${{ env.GDRIVE_CREDENTIALS }} --sheet "$SHEET" --insert --json nmos-testing/results/${{ env.GITHUB_COMMIT }}-*.json || echo "upload failed"
589
589
590
- - uses : actions/upload-artifact@v1
590
+ - uses : actions/upload-artifact@v4.4.1
591
591
with :
592
592
name : ${{ env.BUILD_NAME }}_badges
593
593
path : ${{ runner.workspace }}/nmos-testing/badges
594
594
595
- - uses : actions/upload-artifact@v1
595
+ - uses : actions/upload-artifact@v4.4.1
596
596
with :
597
597
name : ${{ env.BUILD_NAME }}_results
598
598
path : ${{ runner.workspace }}/nmos-testing/results
@@ -1145,12 +1145,12 @@ jobs:
1145
1145
export SHEET=https://docs.google.com/spreadsheets/d/${{ env.SECRET_RESULTS_SHEET_ID }}
1146
1146
python nmos-testing/utilities/run-test-suites/gsheetsImport/resultsImporter.py --credentials ${{ env.GDRIVE_CREDENTIALS }} --sheet "$SHEET" --insert --json nmos-testing/results/${{ env.GITHUB_COMMIT }}-*.json || echo "upload failed"
1147
1147
1148
- - uses : actions/upload-artifact@v1
1148
+ - uses : actions/upload-artifact@v4.4.1
1149
1149
with :
1150
1150
name : ${{ env.BUILD_NAME }}_badges
1151
1151
path : ${{ runner.workspace }}/nmos-testing/badges
1152
1152
1153
- - uses : actions/upload-artifact@v1
1153
+ - uses : actions/upload-artifact@v4.4.1
1154
1154
with :
1155
1155
name : ${{ env.BUILD_NAME }}_results
1156
1156
path : ${{ runner.workspace }}/nmos-testing/results
@@ -1171,7 +1171,7 @@ jobs:
1171
1171
echo "GITHUB_WORKSPACE=${{ github.workspace }}" >> $GITHUB_ENV
1172
1172
echo "RUNNER_WORKSPACE=${{ runner.workspace }}" >> $GITHUB_ENV
1173
1173
1174
- - uses : actions/download-artifact@v2.0
1174
+ - uses : actions/download-artifact@v4.1.8
1175
1175
with :
1176
1176
path : ${{ runner.workspace }}/artifacts
1177
1177
0 commit comments