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:
Zayin Krige 2024-03-05 07:39:20 +02:00 committed by GitHub
commit c96fb7bbc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -126,15 +126,15 @@ jobs:
echo "NW=$(curl -s https://nwjs.io/versions | jq -r '.latest' | sed 's/v//')" >> $GITHUB_ENV
fi
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: win
path: release/win
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: linux
path: release/linux
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: mac
path: release/mac