mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-09-18 20:43:54 +03:00
Merge pull request #6 from darkzoul5/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
This commit is contained in:
@@ -154,7 +154,7 @@ jobs:
|
||||
cd "$GITHUB_WORKSPACE/dist/linux" && tar -czf "$GITHUB_WORKSPACE/yt-playlist-linux-$VERSION.tar.gz" *
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: ${{ matrix.artifact_name }}
|
||||
path: |
|
||||
@@ -215,7 +215,7 @@ jobs:
|
||||
working-directory: ${{ github.workspace }}/dist/linux-docker
|
||||
|
||||
- name: Upload Docker artifacts
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: docker-images
|
||||
path: ${{ github.workspace }}/dist/linux-docker/docker-image*.tar
|
||||
|
||||
Reference in New Issue
Block a user