Skip to content

Commit

Permalink
Update upload-artifact CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtrafford committed Sep 12, 2024
1 parent 34b7f15 commit fa262fc
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 @@ -45,7 +45,7 @@ jobs:
# Artifact
- name: Upload zpkg
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: zpkg
path: ./PandABlocks-webcontrol/build/panda-webcontrol@*.zpg
Expand All @@ -56,7 +56,7 @@ jobs:
# Make a release on every tag
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: zpkg
path: zpkg
Expand Down

0 comments on commit fa262fc

Please sign in to comment.