Skip to content

Commit

Permalink
Merge branch 'main' into making-a-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Akira25 authored Sep 23, 2024
2 parents b67b30a + 49fd706 commit c8a176d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/multi-arch-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,15 @@ jobs:
cat PKG-INFO
- name: Store packages
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{env.ARCHIVE_NAME}}-packages
path: |
*.ipk
PKG-INFO
- name: Store logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{env.ARCHIVE_NAME}}-logs
path: |
Expand Down

0 comments on commit c8a176d

Please sign in to comment.