We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a12fc0 commit ce5fa61Copy full SHA for ce5fa61
.github/workflows/scala-release.yml
@@ -36,7 +36,7 @@ jobs:
36
run: cp target/universal/*.tgz code-examples-manager-${{steps.get_version.outputs.VERSION}}.tgz
37
38
- name: Upload a Build Artifact
39
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
40
with:
41
name: code-examples-manager-${{steps.get_version.outputs.VERSION}}.tgz
42
path: code-examples-manager-${{steps.get_version.outputs.VERSION}}.tgz
0 commit comments