Skip to content

Commit

Permalink
.github/workflows: update to newer versions of the actions
Browse files Browse the repository at this point in the history
The v2 versions are considered deprecated by Github.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
  • Loading branch information
tpetazzoni committed Jul 13, 2023
1 parent 354e873 commit be44b6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildroot-external-st.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
matrix:
config: [ st_stm32mp157a_dk1_defconfig, st_stm32mp157a_dk1_demo_defconfig, st_stm32mp157d_dk1_defconfig, st_stm32mp157d_dk1_demo_defconfig, st_stm32mp157c_dk2_defconfig, st_stm32mp157c_dk2_demo_defconfig, st_stm32mp157f_dk2_defconfig, st_stm32mp157f_dk2_demo_defconfig, st_stm32mp135f_dk_defconfig, st_stm32mp135f_dk_demo_defconfig ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: buildroot-external-st
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
repository: bootlin/buildroot
ref: st/2023.02.2
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Compress sdcard.img
run: gzip -9 output/images/sdcard.img
- name: Store images
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: image-${{ matrix.config }}
path: output/images/sdcard.img.gz

0 comments on commit be44b6d

Please sign in to comment.