From 66382b943d63ae1f07e77b14a502e738bd224d18 Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Sun, 30 Oct 2022 13:09:49 +0400 Subject: Pipeline --- .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 eec3be7..2f9c4bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Output Release URL File run: echo "${{ steps.create_release.outputs.upload_url }}" > release_url.txt - name: Save Release URL File for publish - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: release_url path: release_url.txt -- cgit v1.2.3