Skip to content

Commit e0a77b7

Browse files
authored
Merge pull request #49 from ashtanko/renovate/major-github-artifact-actions
Update actions/upload-artifact action to v5
2 parents 6450b5d + b14aa35 commit e0a77b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Upload test results
5757
if: always()
58-
uses: actions/upload-artifact@v4
58+
uses: actions/upload-artifact@v5
5959
with:
6060
name: unit-test-results
6161
path: build/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
#9 Upload Artifacts
5656
- name: Upload Artifacts
57-
uses: actions/upload-artifact@v4
57+
uses: actions/upload-artifact@v5
5858
with:
5959
name: Releases
6060
path: |

0 commit comments

Comments
 (0)