Skip to content

Commit 0162003

Browse files
committed
Merge branch 'develop/1.0' of https://github.com/sramekpete/polyline-algorithm-csharp into develop/1.0
2 parents aa73e5b + b3d33ac commit 0162003

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
dotnet-version: ${{ env.dotnet-sdk-version }}
135135

136136
- name: Download Build
137-
uses: actions/download-artifact@v4
137+
uses: actions/download-artifact@v5
138138
with:
139139
name: build
140140

@@ -179,7 +179,7 @@ jobs:
179179
# 8.x
180180
# 9.x
181181
# - name: Download Build
182-
# uses: actions/download-artifact@v4
182+
# uses: actions/download-artifact@v5
183183
# with:
184184
# name: build
185185
# - name: Benchmark

.github/workflows/determine-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ jobs:
6565
fetch-depth: 0
6666

6767
- name: 'Setup GitVersion ${{ env.git-version }}'
68-
uses: gittools/actions/gitversion/setup@v4.0.1
68+
uses: gittools/actions/gitversion/setup@v4.1.0
6969
with:
7070
versionSpec: ${{ inputs.gitversion-version }}
7171
preferLatestVersion: true
7272

7373
- name: 'Determine version'
7474
id: gitversion
75-
uses: gittools/actions/gitversion/execute@v4.0.1
75+
uses: gittools/actions/gitversion/execute@v4.1.0
7676
with:
7777
configFilePath: ${{ inputs.config-file-path }}
7878

.github/workflows/release-nuget-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
dotnet-version: ${{ inputs.dotnet-sdk-version }}
5454

5555
- name: 'Download artifact'
56-
uses: actions/download-artifact@v4
56+
uses: actions/download-artifact@v5
5757
with:
5858
run-id: ${{ inputs.artifact-run-id }}
5959
name: ${{ inputs.artifact-name }}

0 commit comments

Comments
 (0)