Skip to content

Commit 9c92c60

Browse files
authored
Merge pull request #3616 from AdmiringWorm/bump-artifact-deps
(maint) Update version for upload-artifact
2 parents c870ae6 + 3648123 commit 9c92c60

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
chmod +x build.sh
2727
$GITHUB_WORKSPACE//build.sh --verbosity=diagnostic --target=CI --testExecutionType=unit
2828
- name: Upload Ubuntu build results
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
# Always upload build results
3131
if: ${{ always() }}
3232
with:
@@ -52,7 +52,7 @@ jobs:
5252
shell: powershell
5353
run: ./build.ps1 --verbosity=diagnostic --target=CI --testExecutionType=unit --shouldRunOpenCover=false --shouldBuildMsi=true
5454
- name: Upload Windows build results
55-
uses: actions/upload-artifact@v3
55+
uses: actions/upload-artifact@v4
5656
# Always upload build results
5757
if: ${{ always() }}
5858
with:
@@ -92,7 +92,7 @@ jobs:
9292
chmod +x build.sh
9393
$GITHUB_WORKSPACE//build.sh --verbosity=diagnostic --target=CI --testExecutionType=unit
9494
- name: Upload MacOS build results
95-
uses: actions/upload-artifact@v3
95+
uses: actions/upload-artifact@v4
9696
# Always upload build results
9797
if: ${{ always() }}
9898
with:

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
chmod +x build.sh
2727
$GITHUB_WORKSPACE//build.sh --verbosity=diagnostic --target=test --testExecutionType=all
2828
- name: Upload Ubuntu build results
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
# Always upload build results
3131
if: ${{ always() }}
3232
with:
@@ -50,7 +50,7 @@ jobs:
5050
- name: Test with NUnit on .Net Framework
5151
run: .\build.bat --verbosity=diagnostic --target=test --testExecutionType=all --shouldRunOpenCover=false
5252
- name: Upload Windows build results
53-
uses: actions/upload-artifact@v3
53+
uses: actions/upload-artifact@v4
5454
# Always upload build results
5555
if: ${{ always() }}
5656
with:
@@ -78,7 +78,7 @@ jobs:
7878
chmod +x build.sh
7979
$GITHUB_WORKSPACE//build.sh --verbosity=diagnostic --target=test --testExecutionType=all
8080
- name: Upload MacOS build results
81-
uses: actions/upload-artifact@v3
81+
uses: actions/upload-artifact@v4
8282
# Always upload build results
8383
if: ${{ always() }}
8484
with:

0 commit comments

Comments
 (0)