Merge pull request #227 from crazy-max/dependabot/github_actions/actions/download-artifact-4

chore(deps): bump actions/download-artifact from 3 to 4
This commit is contained in:
CrazyMax 2024-04-08 09:53:45 +02:00 committed by GitHub
commit 9169abd346
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ on:
jobs: jobs:
generate: generate:
uses: crazy-max/.github/.github/workflows/releases-json.yml@6dc31870ca6c4f8489bf5a408ab38fae60f47eec uses: crazy-max/.github/.github/workflows/releases-json.yml@fa6141aedf23596fb8bdcceab9cce8dadaa31bd9
with: with:
repository: upx/upx repository: upx/upx
artifact_name: upx-releases-json artifact_name: upx-releases-json
@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- -
name: Download name: Download
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
name: upx-releases-json name: upx-releases-json
path: .github path: .github
@ -45,7 +45,7 @@ jobs:
git add -A . git add -A .
- -
name: Create PR name: Create PR
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2
with: with:
base: master base: master
branch: bot/upx-releases-json branch: bot/upx-releases-json