diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/flatpak.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index 27fb3326..68ad21f3 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -72,7 +72,7 @@ jobs: platforms: arm64 - name: Restore flatpak-builder - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: flatpak-builder-${{ matrix.arch }} @@ -129,7 +129,7 @@ jobs: platforms: arm64 - name: Restore flatpak-builder - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: flatpak-builder-${{ matrix.arch }} |
