gh: update actions/upload-artifact to v3

This commit is contained in:
Xavier Delaruelle
2022-10-12 20:58:18 +02:00
parent 90b5373db5
commit 5d011dfa26
3 changed files with 8 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ jobs:
- name: Lint script files
run: |
script/mt lint
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: failure()
with:
name: testsuite-logs-${{ github.job }}

View File

@@ -49,7 +49,7 @@ jobs:
run: |
make uninstall
- uses: codecov/codecov-action@v2
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: failure()
with:
name: testsuite-logs-${{ github.job }}
@@ -106,7 +106,7 @@ jobs:
run: |
make uninstall
- uses: codecov/codecov-action@v2
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: failure()
with:
name: testsuite-logs-${{ github.job }}
@@ -163,7 +163,7 @@ jobs:
run: |
make uninstall
- uses: codecov/codecov-action@v2
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: failure()
with:
name: testsuite-logs-${{ github.job }}
@@ -217,7 +217,7 @@ jobs:
run: |
make uninstall
- uses: codecov/codecov-action@v2
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: failure()
with:
name: testsuite-logs-${{ github.job }}
@@ -276,7 +276,7 @@ jobs:
run: |
make uninstall
- uses: codecov/codecov-action@v2
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: failure()
with:
name: testsuite-logs-${{ github.job }}

View File

@@ -96,7 +96,7 @@ jobs:
- name: Uninstall Modules
run: |
& $env:CYGWIN_BASH -lc 'cd $(cygpath -u "$GITHUB_WORKSPACE") && make uninstall'
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: failure()
with:
name: testsuite-logs-${{ github.job }}
@@ -143,7 +143,7 @@ jobs:
shell: msys2 {0}
run: |
make uninstall
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: failure()
with:
name: testsuite-logs-${{ github.job }}