Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Emopusta/MediatR into tes…
Browse files Browse the repository at this point in the history
…ts-for-multiple-open-behavior-registration

Update branch with current master.
  • Loading branch information
Emopusta committed Oct 30, 2024
2 parents 4018405 + db235f8 commit f4c5935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: ./Push.ps1
shell: pwsh
- name: Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: artifacts
path: artifacts/**/*
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: ./Push.ps1
shell: pwsh
- name: Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: artifacts
path: artifacts/**/*

0 comments on commit f4c5935

Please sign in to comment.