Skip to content

Commit f4c5935

Browse files
committed
Merge branch 'master' of https://github.com/Emopusta/MediatR into tests-for-multiple-open-behavior-registration
Update branch with current master.
2 parents 4018405 + db235f8 commit f4c5935

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: ./Push.ps1
3434
shell: pwsh
3535
- name: Artifacts
36-
uses: actions/upload-artifact@v2
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: artifacts
3939
path: artifacts/**/*

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: ./Push.ps1
4141
shell: pwsh
4242
- name: Artifacts
43-
uses: actions/upload-artifact@v2
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: artifacts
4646
path: artifacts/**/*

0 commit comments

Comments
 (0)