Bump actions/upload-artifact from 3 to 4 (#7140)
This commit is contained in:
parent
1dad3298db
commit
5473117e36
6
.github/workflows/dockertests.yml
vendored
6
.github/workflows/dockertests.yml
vendored
@ -88,7 +88,7 @@ jobs:
|
||||
docker stop motoserver
|
||||
- name: Archive Logs
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: motoserver-${{ matrix.python-version }}
|
||||
path: |
|
||||
@ -146,7 +146,7 @@ jobs:
|
||||
cp server_output.log serverlogs2/server_output.log
|
||||
- name: Archive logs
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: motoserver-${{ matrix.python-version }}
|
||||
path: |
|
||||
@ -205,7 +205,7 @@ jobs:
|
||||
cp server_output.log serverlogs3/server_output.log
|
||||
- name: Archive Logs
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: motoserver-${{ matrix.python-version }}
|
||||
path: |
|
||||
|
2
.github/workflows/test_outdated_versions.yml
vendored
2
.github/workflows/test_outdated_versions.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
||||
docker stop motoserver
|
||||
- name: Archive TF logs
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: motoserver
|
||||
path: |
|
||||
|
2
.github/workflows/tests_proxymode.yml
vendored
2
.github/workflows/tests_proxymode.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
kill $(lsof -t -i:5005)
|
||||
- name: Archive Proxy logs
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: motoproxy-${{ matrix.python-version }}
|
||||
path: |
|
||||
|
2
.github/workflows/tests_servermode.yml
vendored
2
.github/workflows/tests_servermode.yml
vendored
@ -66,7 +66,7 @@ jobs:
|
||||
docker stop motoserver
|
||||
- name: Archive TF logs
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: motoserver-${{ matrix.python-version }}
|
||||
path: |
|
||||
|
Loading…
Reference in New Issue
Block a user