Skip to content

Commit

Permalink
ci: bump actions/upload-artifact version to v3
Browse files Browse the repository at this point in the history
Fixes 'Build kas/ci targets' job warnings:
The following actions uses node12 which is deprecated for 'upload-artifact' action

Signed-off-by: Badrikesh Prusty <[email protected]>
  • Loading branch information
baprusty authored and chombourger committed Oct 25, 2023
1 parent c58faa8 commit 4d1f460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ jobs:
run: |
./kas-container build kas/ci/full.yml
- name: Upload NanoPI images
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: github.ref == 'refs/heads/master'
with:
name: mtda-nanopi-images
path: |
build/tmp/deploy/images/nanopi-*/mtda-image-mtda-*-nanopi-*.wic
build/tmp/deploy/images/nanopi-*/mtda-image-mtda-*-nanopi-*.wic.bmap
- name: Upload BeagleBone Black images
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: github.ref == 'refs/heads/master'
with:
name: mtda-bbb-images
Expand Down

0 comments on commit 4d1f460

Please sign in to comment.