Skip to content

Commit 1bafa09

Browse files
Merge pull request #193 from ServiceComposer/dependabot/github_actions/actions/upload-artifact-5.0.0
Bump actions/upload-artifact from 4.6.2 to 5.0.0
2 parents a0b3225 + b268f2e commit 1bafa09

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
@@ -42,7 +42,7 @@ jobs:
4242
run: dotnet test src --configuration Release --no-build
4343
- name: Upload packages
4444
if: matrix.name == 'Linux'
45-
uses: actions/upload-artifact@v4.6.2
45+
uses: actions/upload-artifact@v5.0.0
4646
with:
4747
name: nuget-packages
4848
path: nugets/

0 commit comments

Comments
 (0)