Skip to content

Commit

Permalink
Update upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtrafford committed Sep 12, 2024
1 parent 7d58e11 commit 0b30114
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# Artifacts
- name: Upload boot
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: zpkgs
path: ./build/boot*.zip
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
# Artifacts
- name: Upload zpkg
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: zpkgs
path: ./build/panda-fpga@*.zpg
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
# Artifacts
- name: Upload zpkg
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: zpkgs
path: ./build/panda-fpga@*.zpg
Expand Down

0 comments on commit 0b30114

Please sign in to comment.