Skip to content

Commit

Permalink
update to actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalbert committed Feb 6, 2025
1 parent 215ece3 commit 086a0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
mv NINA_W102*.bin "$(echo NINA_W102*.bin | sed 's/.bin/_debug.bin/')"
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: NINA_W102-${{ matrix.config }}-${{ github.sha }}
path: |
Expand Down

0 comments on commit 086a0a6

Please sign in to comment.