Skip to content

Commit

Permalink
Merge pull request #529 from viperproject/meilers_update_upload_artifact
Browse files Browse the repository at this point in the history
Update upload artifact version
  • Loading branch information
marcoeilers authored Sep 11, 2024
2 parents 0adb3dc + af42037 commit 3390d25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3390d25

Please sign in to comment.