mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2024-11-21 09:56:09 -07:00
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:
commit
9169abd346
6
.github/workflows/upx-releases-json.yml
vendored
6
.github/workflows/upx-releases-json.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user