mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-05-01 01:52:17 +00:00
Merge pull request #4349
7c41202b
build(deps): bump actions/download-artifact in /.github/workflows (dependabot[bot])
This commit is contained in:
commit
521fee91cd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/flatpak.yml
vendored
4
.github/workflows/flatpak.yml
vendored
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue