mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-07-03 04:23:59 +03:00
Merge pull request #7 from darkzoul5/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 5 to 8
This commit is contained in:
@@ -176,7 +176,7 @@ jobs:
|
||||
echo "version=$VERSION" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Download Linux Artifact
|
||||
uses: actions/download-artifact@v5
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: linux-release
|
||||
path: ${{ github.workspace }}/dist/linux-docker
|
||||
@@ -226,7 +226,7 @@ jobs:
|
||||
if: startsWith(github.event.inputs.tag, 'v')
|
||||
steps:
|
||||
- name: Download all artifacts
|
||||
uses: actions/download-artifact@v5
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
path: ${{ github.workspace }}/artifacts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user