Skip to content

Commit ce5fa61

Browse files
committed
Fix release CI (attempt 2)
1 parent 6a12fc0 commit ce5fa61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scala-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: cp target/universal/*.tgz code-examples-manager-${{steps.get_version.outputs.VERSION}}.tgz
3737

3838
- name: Upload a Build Artifact
39-
uses: actions/upload-artifact@v2
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: code-examples-manager-${{steps.get_version.outputs.VERSION}}.tgz
4242
path: code-examples-manager-${{steps.get_version.outputs.VERSION}}.tgz

0 commit comments

Comments
 (0)