File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 echo "### Flatpak Sources Summary" >> "$GITHUB_STEP_SUMMARY"
4343 echo "- URLs captured: $(jq length flatpak-sources.json)" >> "$GITHUB_STEP_SUMMARY"
4444
45- - uses : actions/upload-artifact@v4
45+ - uses : actions/upload-artifact@v7
4646 with :
4747 name : flatpak-sources
4848 path : flatpak-sources.json
6060 with :
6161 submodules : recursive
6262
63- - uses : actions/download-artifact@v4
63+ - uses : actions/download-artifact@v8
6464 with :
6565 name : flatpak-sources
6666
@@ -105,7 +105,7 @@ jobs:
105105 --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
106106 echo "### ✅ Offline Flatpak build succeeded ($ARCH)" >> "$GITHUB_STEP_SUMMARY"
107107
108- - uses : actions/upload-artifact@v4
108+ - uses : actions/upload-artifact@v7
109109 with :
110110 name : meshtastic-desktop-flatpak-${{ matrix.arch }}
111111 path : ${{ runner.temp }}/org.meshtastic.desktop/org.meshtastic.desktop.${{ matrix.arch }}.flatpak
You can’t perform that action at this time.
0 commit comments