Commit 92f5134 1 parent 0b4c4ba commit 92f5134 Copy full SHA for 92f5134
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -580,12 +580,12 @@ jobs:
580
580
export SHEET=https://docs.google.com/spreadsheets/d/${{ env.SECRET_RESULTS_SHEET_ID }}
581
581
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"
582
582
583
- - uses : actions/upload-artifact@v3.0.0
583
+ - uses : actions/upload-artifact@v4
584
584
with :
585
585
name : ${{ env.BUILD_NAME }}_badges
586
586
path : ${{ runner.workspace }}/nmos-testing/badges
587
587
588
- - uses : actions/upload-artifact@v3.0.0
588
+ - uses : actions/upload-artifact@v4
589
589
with :
590
590
name : ${{ env.BUILD_NAME }}_results
591
591
path : ${{ runner.workspace }}/nmos-testing/results
@@ -606,7 +606,7 @@ jobs:
606
606
echo "GITHUB_WORKSPACE=${{ github.workspace }}" >> $GITHUB_ENV
607
607
echo "RUNNER_WORKSPACE=${{ runner.workspace }}" >> $GITHUB_ENV
608
608
609
- - uses : actions/download-artifact@v3.0.2
609
+ - uses : actions/download-artifact@v4
610
610
with :
611
611
path : ${{ runner.workspace }}/artifacts
612
612
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120
120
echo "GITHUB_WORKSPACE=${{ github.workspace }}" >> $GITHUB_ENV
121
121
echo "RUNNER_WORKSPACE=${{ runner.workspace }}" >> $GITHUB_ENV
122
122
123
- - uses : actions/download-artifact@v3.0.2
123
+ - uses : actions/download-artifact@v4
124
124
with :
125
125
path : ${{ runner.workspace }}/artifacts
126
126
Original file line number Diff line number Diff line change 6
6
export SHEET=https://docs.google.com/spreadsheets/d/${{ env.SECRET_RESULTS_SHEET_ID }}
7
7
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"
8
8
9
- - uses : actions/upload-artifact@v3.0.0
9
+ - uses : actions/upload-artifact@v4
10
10
with :
11
11
name : ${{ env.BUILD_NAME }}_badges
12
12
path : ${{ runner.workspace }}/nmos-testing/badges
13
13
14
- - uses : actions/upload-artifact@v3.0.0
14
+ - uses : actions/upload-artifact@v4
15
15
with :
16
16
name : ${{ env.BUILD_NAME }}_results
17
17
path : ${{ runner.workspace }}/nmos-testing/results
You can’t perform that action at this time.
0 commit comments