Skip to content

Commit

Permalink
ci: update deprecated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyHaystack committed Jun 8, 2024
1 parent b743868 commit a1ccfc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

steps:
- name: Check out source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
Expand All @@ -69,7 +69,7 @@ jobs:
cp ".pio/build/${{ matrix.env }}/firmware.${{ matrix.bin_ext }}" "${{ matrix.env }}/HayBox-${VERSION_REF}-${{ matrix.env }}.${{ matrix.bin_ext }}"
- name: Publish ${{ matrix.env }} artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: HayBox-${{ env.VERSION_REF }}-${{ matrix.env }}.${{ matrix.bin_ext }}
path: ${{ matrix.env }}/HayBox-${{ env.VERSION_REF }}-${{ matrix.env }}.${{ matrix.bin_ext }}
Expand Down

0 comments on commit a1ccfc4

Please sign in to comment.