From b5f8c176802ddff8aeeb4a0e199d08e5058b9aa9 Mon Sep 17 00:00:00 2001 From: Enrico Messall Date: Tue, 17 Sep 2024 08:39:19 +0200 Subject: [PATCH] Pumped Publish Script to Upload Artifacts v4 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 33b4682..b9df272 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,7 +26,7 @@ jobs: modrinth_token: ${{ secrets.MODRINTH_TOKEN }} github_token: ${{ secrets.GH_API_KEY }} - name: Capture build artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Artifacts path: build/libs/ \ No newline at end of file