Skip to content

Commit e00056e

Browse files
authored
Merge pull request #4 from CompostInTraining/dependabot/github_actions/actions/upload-artifact-5
2 parents 2a8b148 + 2c1385f commit e00056e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Publish CLI (${{matrix.rid}}
7070
run: dotnet publish src/CiT.CLI/CiT.CLI.csproj -c Release -r ${{matrix.rid}} --self-contained
7171
- name: Upload CLI artifact
72-
uses: actions/upload-artifact@v4
72+
uses: actions/upload-artifact@v5
7373
with:
7474
name: CiT.CLI-${{matrix.rid}}
7575
path: src/CiT.CLI/bin/Release/net7.0/${{matrix.rid}}/publish/

0 commit comments

Comments
 (0)