Skip to content

Commit 58b2d8e

Browse files
authored
Merge pull request #13 from ElectronicCats/test_github_actions
Update Github Actions
2 parents b62d16f + 8e45dd8 commit 58b2d8e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
- name: Checkout
99
uses: actions/checkout@v4
1010
- name: Build with ufbt
11-
uses: flipperdevices/flipperzero-ufbt-action@v0.1.3
11+
uses: flipperdevices/flipperzero-ufbt-action@v0.1
1212
id: build-app
1313
with:
1414
# Set to 'release' to build for latest published release version or dev for develop
1515
sdk-index-url: https://up.unleashedflip.com/directory.json
1616
sdk-channel: release
1717
app-dir: ./Canbus_app/
1818
- name: Upload app artifacts
19-
uses: actions/upload-artifact@v3
19+
uses: actions/upload-artifact@v4
2020
with:
2121
name: ${{ github.event.repository.name }}-${{ steps.build-app.outputs.suffix }}
2222
path: ${{ steps.build-app.outputs.fap-artifacts }}

Canbus_app/dist/canbus_app.fap

-8 Bytes
Binary file not shown.
-28 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)