Skip to content

Commit

Permalink
Update action versions (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBedard authored Feb 21, 2024
1 parent 00670da commit 554a09d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cbake-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Clone project
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download cbake sysroots
shell: pwsh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cbake-sysroots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Check out ${{ github.repository }}
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand All @@ -35,7 +35,7 @@ jobs:
pwsh build.ps1 sysroot -Distro ${{matrix.distro}} -Arch ${{matrix.arch}}
- name: Upload cbake sysroot
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{matrix.distro}}-${{matrix.arch}}-sysroot
path: packages/${{matrix.distro}}-${{matrix.arch}}-sysroot.tar.xz

0 comments on commit 554a09d

Please sign in to comment.