From b5c91589b52313a0145d5b36b67f6fb726635d55 Mon Sep 17 00:00:00 2001 From: _nebula <41904486+misternebula@users.noreply.github.com> Date: Fri, 11 Oct 2024 23:21:14 +0100 Subject: [PATCH] Updated download artifacts to v4 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 76038ec2..80c3f071 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -78,7 +78,7 @@ jobs: if: github.ref == 'refs/heads/master' steps: - name: download artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: owml-nuget - name: publish @@ -91,7 +91,7 @@ jobs: if: github.ref == 'refs/heads/master' steps: - name: download artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: owml-zip - name: create release