Skip to content

Commit 2f3134e

Browse files
authored
Merge pull request #5 from pkgforge-dev/renovate/actions-download-artifact-4.x
Update actions/download-artifact action to v4.3.0
2 parents ff7cf2b + 981155c commit 2f3134e

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
@@ -50,10 +50,10 @@ jobs:
5050
runs-on: ubuntu-latest
5151

5252
steps:
53-
- uses: actions/download-artifact@v4.1.8
53+
- uses: actions/download-artifact@v4.3.0
5454
with:
5555
name: AppImage
56-
- uses: actions/download-artifact@v4.1.8
56+
- uses: actions/download-artifact@v4.3.0
5757
with:
5858
name: version
5959

0 commit comments

Comments
 (0)