Skip to content

Commit e410f30

Browse files
authored
Merge pull request #29 from digma-ai/upload-artifact-v4
Upgrade github action upload-artifact from v3 to v4
2 parents 35555c0 + 6e7905f commit e410f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/composite/pack/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
run: dotnet pack src/${{inputs.project}} -c Release --no-build
4040

4141
- name: Publish Artifacts
42-
uses: actions/upload-artifact@v3
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: ${{inputs.project}}-packages
4545
path: '**/${{inputs.project}}/bin/**/*.*nupkg'

0 commit comments

Comments
 (0)