Skip to content

Commit

Permalink
Merge pull request #3616 from AdmiringWorm/bump-artifact-deps
Browse files Browse the repository at this point in the history
(maint) Update version for upload-artifact

(cherry picked from commit 9c92c60)
  • Loading branch information
gep13 authored and AdmiringWorm committed Jan 31, 2025
1 parent ccdfbee commit bb7b91c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
chmod +x build.sh
$GITHUB_WORKSPACE//build.sh --verbosity=diagnostic --target=CI --testExecutionType=all
- name: Upload Ubuntu build results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
# Always upload build results
if: ${{ always() }}
with:
Expand All @@ -52,7 +52,7 @@ jobs:
shell: powershell
run: ./build.ps1 --verbosity=diagnostic --target=CI --testExecutionType=all --shouldRunOpenCover=false
- name: Upload Windows build results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
# Always upload build results
if: ${{ always() }}
with:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
chmod +x build.sh
$GITHUB_WORKSPACE//build.sh --verbosity=diagnostic --target=CI --testExecutionType=all
- name: Upload MacOS build results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
# Always upload build results
if: ${{ always() }}
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
chmod +x build.sh
$GITHUB_WORKSPACE//build.sh --verbosity=diagnostic --target=test --testExecutionType=all
- name: Upload Ubuntu build results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
# Always upload build results
if: ${{ always() }}
with:
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Test with NUnit on .Net Framework
run: .\build.bat --verbosity=diagnostic --target=test --testExecutionType=all --shouldRunOpenCover=false
- name: Upload Windows build results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
# Always upload build results
if: ${{ always() }}
with:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
chmod +x build.sh
$GITHUB_WORKSPACE//build.sh --verbosity=diagnostic --target=test --testExecutionType=all
- name: Upload MacOS build results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
# Always upload build results
if: ${{ always() }}
with:
Expand Down

0 comments on commit bb7b91c

Please sign in to comment.