Bump actions/upload-artifact from 3 to 4 (#7140)

This commit is contained in:
dependabot[bot] 2023-12-19 10:51:40 -01:00 committed by GitHub
parent 1dad3298db
commit 5473117e36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -88,7 +88,7 @@ jobs:
docker stop motoserver docker stop motoserver
- name: Archive Logs - name: Archive Logs
if: always() if: always()
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: motoserver-${{ matrix.python-version }} name: motoserver-${{ matrix.python-version }}
path: | path: |
@ -146,7 +146,7 @@ jobs:
cp server_output.log serverlogs2/server_output.log cp server_output.log serverlogs2/server_output.log
- name: Archive logs - name: Archive logs
if: always() if: always()
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: motoserver-${{ matrix.python-version }} name: motoserver-${{ matrix.python-version }}
path: | path: |
@ -205,7 +205,7 @@ jobs:
cp server_output.log serverlogs3/server_output.log cp server_output.log serverlogs3/server_output.log
- name: Archive Logs - name: Archive Logs
if: always() if: always()
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: motoserver-${{ matrix.python-version }} name: motoserver-${{ matrix.python-version }}
path: | path: |

View File

@ -63,7 +63,7 @@ jobs:
docker stop motoserver docker stop motoserver
- name: Archive TF logs - name: Archive TF logs
if: always() if: always()
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: motoserver name: motoserver
path: | path: |

View File

@ -50,7 +50,7 @@ jobs:
kill $(lsof -t -i:5005) kill $(lsof -t -i:5005)
- name: Archive Proxy logs - name: Archive Proxy logs
if: always() if: always()
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: motoproxy-${{ matrix.python-version }} name: motoproxy-${{ matrix.python-version }}
path: | path: |

View File

@ -66,7 +66,7 @@ jobs:
docker stop motoserver docker stop motoserver
- name: Archive TF logs - name: Archive TF logs
if: always() if: always()
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: motoserver-${{ matrix.python-version }} name: motoserver-${{ matrix.python-version }}
path: | path: |