Skip to content

Commit bb7b91c

Browse files
gep13AdmiringWorm
authored andcommitted
Merge pull request #3616 from AdmiringWorm/bump-artifact-deps
(maint) Update version for upload-artifact (cherry picked from commit 9c92c60)
1 parent ccdfbee commit bb7b91c

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=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:
@@ -52,7 +52,7 @@ jobs:
5252
shell: powershell
5353
run: ./build.ps1 --verbosity=diagnostic --target=CI --testExecutionType=all --shouldRunOpenCover=false
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:
@@ -91,7 +91,7 @@ jobs:
9191
chmod +x build.sh
9292
$GITHUB_WORKSPACE//build.sh --verbosity=diagnostic --target=CI --testExecutionType=all
9393
- name: Upload MacOS build results
94-
uses: actions/upload-artifact@v3
94+
uses: actions/upload-artifact@v4
9595
# Always upload build results
9696
if: ${{ always() }}
9797
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)