From c8e3274c4e55aafd3631133bba3daa56bf99da3a Mon Sep 17 00:00:00 2001 From: Raffson Date: Mon, 14 Apr 2025 21:31:04 +0200 Subject: [PATCH] Update upload/download-artifact to v4 in release pipeline --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d7cb47c..33ce0819 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: with: release: true - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: dcs-retribution path: dist/ @@ -42,7 +42,7 @@ jobs: needs: [build] runs-on: windows-latest steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: dcs-retribution