From 09a4cedd615966675bcaed8ba9689fa9c07b315e Mon Sep 17 00:00:00 2001 From: Gregor Riepl Date: Fri, 5 Apr 2024 16:32:13 +0200 Subject: [PATCH] Fix artifact download --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d05b77e..d44bf28 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: contents: write steps: - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: restreamer - name: List artifacts