Skip to content

Commit

Permalink
🔼 Update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent f9563e9 commit 18b1744
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,25 +44,25 @@ jobs:

# Upload
- name: Upload artifacts for Windows framework-dependent
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: youtube-dl-wpf-${{ github.sha }}-windows
path: YoutubeDl.Wpf/bin/Release/net7.0-windows10.0.22621.0/publish/

- name: Upload artifacts for Windows ARM64
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: youtube-dl-wpf-${{ github.sha }}-windows-arm64
path: YoutubeDl.Wpf/bin/Release/net7.0-windows10.0.22621.0/win-arm64/publish/

- name: Upload artifacts for Windows x64
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: youtube-dl-wpf-${{ github.sha }}-windows-x64
path: YoutubeDl.Wpf/bin/Release/net7.0-windows10.0.22621.0/win-x64/publish/

- name: Upload artifacts for Windows x86
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: youtube-dl-wpf-${{ github.sha }}-windows-x86
path: YoutubeDl.Wpf/bin/Release/net7.0-windows10.0.22621.0/win-x86/publish/

0 comments on commit 18b1744

Please sign in to comment.