Skip to content

Commit f4cd75f

Browse files
authored
Merge pull request #15 from pkgforge-dev/renovate/actions-download-artifact-4.x
Update actions/download-artifact action to v4.3.0
2 parents 0d6634c + 44c0efb commit f4cd75f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/blank2.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ jobs:
6161
runs-on: ubuntu-latest
6262

6363
steps:
64-
- uses: actions/download-artifact@v4.1.9
64+
- uses: actions/download-artifact@v4.3.0
6565
with:
6666
name: AppImage-x86_64
6767

68-
- uses: actions/download-artifact@v4.1.9
68+
- uses: actions/download-artifact@v4.3.0
6969
with:
7070
name: AppImage-aarch64
7171

72-
- uses: actions/download-artifact@v4.1.9
72+
- uses: actions/download-artifact@v4.3.0
7373
with:
7474
name: version
7575

0 commit comments

Comments
 (0)