Skip to content

Commit d9fb5ef

Browse files
Merge branch 'main' into dependabot/github_actions/actions/download-artifact-7.0.0
2 parents 0585442 + 298cc20 commit d9fb5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: dotnet test src --configuration Release --no-build
4141
- name: Upload packages
4242
if: matrix.name == 'Linux'
43-
uses: actions/upload-artifact@v5.0.0
43+
uses: actions/upload-artifact@v6.0.0
4444
with:
4545
name: nuget-packages
4646
path: nugets/

0 commit comments

Comments
 (0)