Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
run: tar zcf sources.tar.gz sources

- name: Archive Source Bundle
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7.0.0
with:
name: source-bundle
path: sources.tar.gz
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
if: always()
run: df -h

- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7.0.0
if: ${{ always() }}
with:
name: linux-${{matrix.boards}}-builds
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
cd sources/nuttx
./tools/ci/cibuild-oot.sh

- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7.0.0
if: ${{ always() }}
with:
name: oot-build-artifacts
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
cd sources/nuttx/tools/ci
./cibuild.sh -i -c -A -R testlist/${{matrix.boards}}.dat

- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7.0.0
with:
name: macos-${{matrix.boards}}-builds
path: buildartifacts/
Expand Down Expand Up @@ -411,7 +411,7 @@ jobs:
cd sources/nuttx/tools/ci
./cibuild.sh -g -i -A -C -N -R testlist/${{matrix.boards}}.dat

- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7.0.0
with:
name: msys2-${{matrix.boards}}-builds
path: buildartifacts/
Expand Down Expand Up @@ -463,7 +463,7 @@ jobs:
cd sources\nuttx\tools\ci
.\cibuild.ps1 -n -i -A -C -N testlist\windows.dat

- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7.0.0
with:
name: msvc-builds
path: ./sources/buildartifacts/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:

# Upload the PR Artifact as pr.zip
- name: Upload PR artifact
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
with:
name: pr
path: pr/
Loading