Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#7140)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 19, 2023
1 parent 1dad329 commit 5473117
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dockertests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_outdated_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_proxymode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_servermode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 5473117

Please sign in to comment.