Skip to content

Commit

Permalink
Merge pull request #6 from prplecake/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4
  • Loading branch information
prplecake authored Apr 7, 2024
2 parents 93c83d3 + 30f69ef commit b2823f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_ir_decoder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
sdk-channel: ${{ matrix.sdk-version }}
app-dir: infrared/apps/ir_decoder
- name: Upload app artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "ir_decoder-${{ matrix.sdk-version }}-${{ steps.build-app.outputs.suffix }}"
path: ${{ steps.build-app.outputs.fap-artifacts }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_tpms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
sdk-channel: ${{ matrix.sdk-version }}
app-dir: subghz/apps/tpms
- name: Upload app artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "flipperzero-tpms-${{ matrix.sdk-version }}-${{ steps.build-app.outputs.suffix }}"
path: ${{ steps.build-app.outputs.fap-artifacts }}
Expand Down

0 comments on commit b2823f4

Please sign in to comment.