diff --git a/.github/workflows/PR-CI.yml b/.github/workflows/PR-CI.yml index 7277bb5..8f88c97 100644 --- a/.github/workflows/PR-CI.yml +++ b/.github/workflows/PR-CI.yml @@ -39,7 +39,7 @@ jobs: versionSpec: 5.x - name: Step-02 Check out Code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -73,7 +73,7 @@ jobs: working-directory: '${{ env.working-directory }}' - name: Step-08 Upload Build Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build-artifact path: ${{env.working-directory}} @@ -90,7 +90,7 @@ jobs: working-directory: /home/runner/work/parsley.net/parsley.net steps: - name: Step-01 Retrieve Build Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: build-artifact path: ${{env.working-directory}} @@ -111,7 +111,7 @@ jobs: working-directory: /home/runner/work/parsley.net/parsley.net steps: - name: Step-01 Retrieve Build Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: build-artifact path: ${{env.working-directory}} diff --git a/README.md b/README.md index 100db36..cf088b0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ninja Parsley.Net v1.0.0 +# ninja Parsley.Net v1.0.0 [![NuGet version](https://badge.fury.io/nu/Parsley.Net.svg)](https://badge.fury.io/nu/Parsley.Net) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/CodeShayk/Parsley.Net/blob/master/LICENSE.md) [![GitHub Release](https://img.shields.io/github/v/release/CodeShayk/Parsley.Net?logo=github&sort=semver)](https://github.com/CodeShayk/Parsley.Net/releases/latest) [![master-build](https://github.com/CodeShayk/parsley.net/actions/workflows/Master-Build.yml/badge.svg)](https://github.com/CodeShayk/parsley.net/actions/workflows/Master-Build.yml) diff --git a/src/Parsley/Parsley.csproj b/src/Parsley/Parsley.csproj index 7ef8996..89265bf 100644 --- a/src/Parsley/Parsley.csproj +++ b/src/Parsley/Parsley.csproj @@ -24,6 +24,7 @@ * Includes core functionality for parsing delimiter separated files. 1.0.0 True + Parsley.Net