Skip to content

Commit

Permalink
Update upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtrafford committed Sep 12, 2024
1 parent 0c40b2a commit daa571b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

# Upload container as an artifact
- name: Upload contianer as an artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pandablocks-dev-container
path: .
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
# Upload zips as artifact
- name: Upload deps and boot build files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: zips
path: ./build/PandA-rootfs-${{ matrix.platform }}/*.zip
Expand Down

0 comments on commit daa571b

Please sign in to comment.