Skip to content

Commit 599a66a

Browse files
authored
Merge pull request #58 from ashtanko/renovate/major-github-artifact-actions
Update actions/upload-artifact action to v6
2 parents dac9ffa + 4576379 commit 599a66a

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@v5
58+
uses: actions/upload-artifact@v6
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@v5
57+
uses: actions/upload-artifact@v6
5858
with:
5959
name: Releases
6060
path: |

0 commit comments

Comments
 (0)