File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9797
9898 - name : ' [Ubuntu] Upload Artifact'
9999 if : matrix.os == 'ubuntu-latest'
100- uses : actions/upload-artifact@v4
100+ uses : actions/upload-artifact@v5
101101 with :
102102 name : ${{ env.PROJECT_NAME }}-ci-${{ github.run_number }}
103103 path : |
@@ -122,7 +122,7 @@ jobs:
122122
123123 - name : ' [Windows] Upload test coverage report'
124124 if : matrix.os == 'windows-latest'
125- uses : actions/upload-artifact@v4
125+ uses : actions/upload-artifact@v5
126126 with :
127127 name : ${{ env.PROJECT_NAME }}-coverage-ci-${{ github.run_number }}
128128 path : coveragereport/
Original file line number Diff line number Diff line change 8989
9090 - name : ' Upload test coverage report'
9191 continue-on-error : true
92- uses : actions/upload-artifact@v4
92+ uses : actions/upload-artifact@v5
9393 with :
9494 name : ${{ env.PROJECT_NAME }}.${{ github.event.inputs.new_package_version }}-coverage-${{ env.GITHUB_REF_SLUG }}-${{ github.run_number }}
9595 path : coveragereport/
@@ -100,7 +100,7 @@ jobs:
100100 dotnet pack -c Release --no-build src/${{ env.PROJECT_NAME }}/${{ env.PROJECT_NAME }}.csproj --include-symbols -o ${{ env.ARTIFACT_DIR }}
101101
102102 - name : Upload Artifact
103- uses : actions/upload-artifact@v4
103+ uses : actions/upload-artifact@v5
104104 with :
105105 name : ${{ env.PROJECT_NAME }}.${{ github.event.inputs.new_package_version }}-${{ env.GITHUB_REF_SLUG }}-${{ github.run_number }}
106106 path : |
You can’t perform that action at this time.
0 commit comments