Merge pull request #179 from nwjs-ffmpeg-prebuilt/dependabot/github_actions/dot-github/workflows/gha-393ff94d45
build(deps): bump the gha group in /.github/workflows with 1 update
This commit is contained in:
commit
c96fb7bbc0
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -126,15 +126,15 @@ jobs:
|
|||||||
echo "NW=$(curl -s https://nwjs.io/versions | jq -r '.latest' | sed 's/v//')" >> $GITHUB_ENV
|
echo "NW=$(curl -s https://nwjs.io/versions | jq -r '.latest' | sed 's/v//')" >> $GITHUB_ENV
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: win
|
name: win
|
||||||
path: release/win
|
path: release/win
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: linux
|
name: linux
|
||||||
path: release/linux
|
path: release/linux
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: mac
|
name: mac
|
||||||
path: release/mac
|
path: release/mac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user