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
|
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: |
|
||||||
|
2
.github/workflows/test_outdated_versions.yml
vendored
2
.github/workflows/test_outdated_versions.yml
vendored
@ -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: |
|
||||||
|
2
.github/workflows/tests_proxymode.yml
vendored
2
.github/workflows/tests_proxymode.yml
vendored
@ -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: |
|
||||||
|
2
.github/workflows/tests_servermode.yml
vendored
2
.github/workflows/tests_servermode.yml
vendored
@ -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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user