Skip to content

Commit

Permalink
[ci] Update upload-artifact action to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed Feb 18, 2023
1 parent 8d91bfb commit 923f9c1
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/compile-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
(cd test/all && python3 run_all.py at --quick-remaining)
- name: Upload log artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: avr-compile-all
path: test/all/log
Expand All @@ -52,7 +52,7 @@ jobs:
(cd test/all && python3 run_all.py samd0 samd1 samd2 --quick-remaining)
- name: Upload log artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: sam-compile-all
path: test/all/log
Expand All @@ -78,7 +78,7 @@ jobs:
(cd test/all && python3 run_all.py samd5 same5 samg5 --quick-remaining)
- name: Upload log artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: sam-compile-all
path: test/all/log
Expand All @@ -104,7 +104,7 @@ jobs:
(cd test/all && python3 run_all.py same7 sams7 samv7 --quick-remaining)
- name: Upload log artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: sam-compile-all
path: test/all/log
Expand All @@ -130,7 +130,7 @@ jobs:
(cd test/all && python3 run_all.py stm32f0 --quick-remaining)
- name: Upload log artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: stm32f0-compile-all
path: test/all/log
Expand All @@ -156,7 +156,7 @@ jobs:
(cd test/all && python3 run_all.py stm32f1 --quick-remaining)
- name: Upload log artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: stm32f1-compile-all
path: test/all/log
Expand All @@ -182,7 +182,7 @@ jobs:
(cd test/all && python3 run_all.py stm32f2 --quick-remaining)
- name: Upload log artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: stm32f2-compile-all
path: test/all/log
Expand All @@ -208,7 +208,7 @@ jobs:
(cd test/all && python3 run_all.py stm32f3 --quick-remaining)
- name: Upload log artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: stm32f3-compile-all
path: test/all/log
Expand All @@ -234,7 +234,7 @@ jobs:
(cd test/all && python3 run_all.py stm32f4 --quick-remaining --split 3 --part 0)
- name: Upload log artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: stm32f4-compile-all-1
path: test/all/log
Expand All @@ -260,7 +260,7 @@ jobs:
(cd test/all && python3 run_all.py stm32f4 --quick-remaining --split 3 --part 1)
- name: Upload log artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: stm32f4-compile-all-2
path: test/all/log
Expand All @@ -286,7 +286,7 @@ jobs:
(cd test/all && python3 run_all.py stm32f4 --quick-remaining --split 3 --part 2)
- name: Upload log artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: stm32f4-compile-all-3
path: test/all/log
Expand All @@ -312,7 +312,7 @@ jobs:
(cd test/all && python3 run_all.py stm32f7 --quick-remaining --split 2 --part 0)
- name: Upload log artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: stm32f7-compile-all-1
path: test/all/log
Expand All @@ -338,7 +338,7 @@ jobs:
(cd test/all && python3 run_all.py stm32f7 --quick-remaining --split 2 --part 1)
- name: Upload log artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: stm32f7-compile-all-2
path: test/all/log
Expand All @@ -364,7 +364,7 @@ jobs:
(cd test/all && python3 run_all.py stm32l0 --quick-remaining --split 2 --part 0)
- name: Upload log artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: stm32l0-compile-all-1
path: test/all/log
Expand All @@ -390,7 +390,7 @@ jobs:
(cd test/all && python3 run_all.py stm32l0 --quick-remaining --split 2 --part 1)
- name: Upload log artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: stm32l0-compile-all-2
path: test/all/log
Expand All @@ -417,7 +417,7 @@ jobs:
(cd test/all && python3 run_all.py stm32l1 --quick-remaining)
- name: Upload log artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: stm32l1-compile-all
path: test/all/log
Expand All @@ -443,7 +443,7 @@ jobs:
(cd test/all && python3 run_all.py stm32l4 --quick-remaining --split 3 --part 0)
- name: Upload log artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: stm32l4-compile-all-1
path: test/all/log
Expand All @@ -469,7 +469,7 @@ jobs:
(cd test/all && python3 run_all.py stm32l4 --quick-remaining --split 3 --part 1)
- name: Upload log artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: stm32l4-compile-all-2
path: test/all/log
Expand All @@ -495,7 +495,7 @@ jobs:
(cd test/all && python3 run_all.py stm32l4 --quick-remaining --split 3 --part 2)
- name: Upload log artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: stm32l4-compile-all-3
path: test/all/log
Expand All @@ -521,7 +521,7 @@ jobs:
(cd test/all && python3 run_all.py stm32l5 --quick-remaining)
- name: Upload log artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: stm32l5-compile-all
path: test/all/log
Expand All @@ -547,7 +547,7 @@ jobs:
(cd test/all && python3 run_all.py stm32g0 --quick-remaining)
- name: Upload log artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: stm32g0-compile-all
path: test/all/log
Expand All @@ -573,7 +573,7 @@ jobs:
(cd test/all && python3 run_all.py stm32g4 --quick-remaining --split 2 --part 0)
- name: Upload log artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: stm32g4-compile-all-1
path: test/all/log
Expand All @@ -599,7 +599,7 @@ jobs:
(cd test/all && python3 run_all.py stm32g4 --quick-remaining --split 2 --part 1)
- name: Upload log artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: stm32g4-compile-all-2
path: test/all/log
Expand All @@ -625,7 +625,7 @@ jobs:
(cd test/all && python3 run_all.py stm32h7 --quick-remaining --split 2 --part 0)
- name: Upload log artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: stm32h7-compile-all-1
path: test/all/log
Expand All @@ -651,7 +651,7 @@ jobs:
(cd test/all && python3 run_all.py stm32h7 --quick-remaining --split 2 --part 1)
- name: Upload log artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: stm32h7-compile-all-2
path: test/all/log
14 changes: 7 additions & 7 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
run: |
(cd test/all && python3 run_all.py at --quick)
- name: Upload log artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: hal-compile-quick-avr
path: test/all/log
Expand All @@ -284,7 +284,7 @@ jobs:
run: |
(cd test/all && python3 run_all.py stm32 sam rp --quick --split 4 --part 0)
- name: Upload log artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: hal-compile-quick-1
path: test/all/log
Expand All @@ -309,7 +309,7 @@ jobs:
run: |
(cd test/all && python3 run_all.py stm32 sam rp --quick --split 4 --part 1)
- name: Upload log artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: hal-compile-quick-2
path: test/all/log
Expand All @@ -334,7 +334,7 @@ jobs:
run: |
(cd test/all && python3 run_all.py stm32 sam rp --quick --split 4 --part 2)
- name: Upload log artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: hal-compile-quick-3
path: test/all/log
Expand All @@ -359,7 +359,7 @@ jobs:
run: |
(cd test/all && python3 run_all.py stm32 sam rp --quick --split 4 --part 3)
- name: Upload log artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: hal-compile-quick-4
path: test/all/log
Expand Down Expand Up @@ -393,7 +393,7 @@ jobs:
export COLUMNS=120
python3 tools/scripts/docs_modm_io_generator.py -t -c -j4 -d
- name: Upload Doxypress Documentation
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: build-docs-test
path: modm-api-docs.tar.gz
Expand All @@ -408,7 +408,7 @@ jobs:
ls -l docs/src/reference/module
(cd docs && mkdocs build)
- name: Upload Homepage Documentation
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: build-homepage-test
path: docs/modm.io
Expand Down

0 comments on commit 923f9c1

Please sign in to comment.