mirror of
https://github.com/envmodules/modules.git
synced 2026-05-30 00:12:31 +08:00
gh: update actions/upload-artifact to v3
This commit is contained in:
2
.github/workflows/lint_tests.yaml
vendored
2
.github/workflows/lint_tests.yaml
vendored
@@ -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 }}
|
||||
|
||||
10
.github/workflows/linux_tests.yaml
vendored
10
.github/workflows/linux_tests.yaml
vendored
@@ -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 }}
|
||||
|
||||
4
.github/workflows/windows_tests.yaml
vendored
4
.github/workflows/windows_tests.yaml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user