Update upload/download-artifact to v4 in release pipeline

This commit is contained in:
Raffson
2025-04-14 21:31:04 +02:00
parent 94105158de
commit c8e3274c4e

View File

@@ -33,7 +33,7 @@ jobs:
with: with:
release: true release: true
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v4
with: with:
name: dcs-retribution name: dcs-retribution
path: dist/ path: dist/
@@ -42,7 +42,7 @@ jobs:
needs: [build] needs: [build]
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- uses: actions/download-artifact@v2 - uses: actions/download-artifact@v4
with: with:
name: dcs-retribution name: dcs-retribution