diff options
| author | tobtoht <tob@featherwallet.org> | 2025-02-24 18:20:46 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2025-02-24 18:20:46 +0000 |
| commit | 521fee91cd59c7186eade07b2464a28d17715bfe (patch) | |
| tree | 7cf6fd0bc3e82691bccc1d10f67d0e76989fb326 /.github | |
| parent | 302197019398140499ef985047079bf8a2b7f833 (diff) | |
| parent | 7c41202b98a1cc0aa864678db9a6afa9955e5f4d (diff) | |
| download | monzero-gui-521fee91cd59c7186eade07b2464a28d17715bfe.tar.gz monzero-gui-521fee91cd59c7186eade07b2464a28d17715bfe.tar.xz monzero-gui-521fee91cd59c7186eade07b2464a28d17715bfe.zip | |
Merge pull request #4349
7c41202b build(deps): bump actions/download-artifact in /.github/workflows (dependabot[bot])
Diffstat (limited to '.github')
| -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 }} |
