Skip to content

Commit 6cd2328

Browse files
Fix GitHub-workflows
1 parent 9cf1672 commit 6cd2328

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
fail-on-alert: false
138138
alert-comment-cc-users: '@zjklee'
139139
- name: Upload Artifacts
140-
uses: actions/upload-artifact@v2
140+
uses: actions/upload-artifact@v4
141141
with:
142142
name: Benchmark
143143
path: source/Handlebars.Benchmark/BenchmarkDotNet.Artifacts/results/

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
alert-comment-cc-users: '@zjklee'
139139

140140
- name: Upload Artifacts
141-
uses: actions/upload-artifact@v2
141+
uses: actions/upload-artifact@v4
142142
with:
143143
name: Benchmark
144144
path: source/Handlebars.Benchmark/BenchmarkDotNet.Artifacts/results/

0 commit comments

Comments
 (0)