Skip to content

Commit 32385b0

Browse files
authored
Merge pull request #6 from pkgforge-dev/renovate/actions-download-artifact-4.x
Update actions/download-artifact action to v4.3.0
2 parents bf22a03 + ab11ef9 commit 32385b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/blank.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747
runs-on: ubuntu-latest
4848

4949
steps:
50-
- uses: actions/download-artifact@v4.1.8
50+
- uses: actions/download-artifact@v4.3.0
5151
with:
5252
name: AppImage
53-
- uses: actions/download-artifact@v4.1.8
53+
- uses: actions/download-artifact@v4.3.0
5454
with:
5555
name: version
5656

0 commit comments

Comments
 (0)