From af4203743b67c78283a435eccda61c3354b73460 Mon Sep 17 00:00:00 2001 From: Marco Eilers Date: Wed, 11 Sep 2024 20:45:45 +0200 Subject: [PATCH] Update upload artifact version --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 735a2e3c..0224e7b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: echo "Silver: commit $(git -C silver rev-parse HEAD)" >> versions.txt # first line overwrites versions.txt in case it already exists, all other append to the file - name: Upload version file - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: versions-${{ matrix.name }}.txt path: versions.txt @@ -67,7 +67,7 @@ jobs: run: sbt "set test in assembly := {}" clean assembly - name: Upload Carbon fat JAR - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: carbon-jar path: target/scala-2.13/carbon.jar