Skip to content

Commit ab26462

Browse files
chore(deps): update major dependencies (major) (#205)
chore(deps): update major dependencies Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 49cbc52 commit ab26462

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
102102
- name: Upload security reports
103103
if: always()
104-
uses: actions/upload-artifact@v4
104+
uses: actions/upload-artifact@v5
105105
with:
106106
name: security-reports
107107
path: |
@@ -141,7 +141,7 @@ jobs:
141141
himl-config-merger --help
142142
143143
- name: Upload build artifacts
144-
uses: actions/upload-artifact@v4
144+
uses: actions/upload-artifact@v5
145145
with:
146146
name: dist-${{ github.sha }}
147147
path: dist/
@@ -162,7 +162,7 @@ jobs:
162162
python-version: '3.14'
163163

164164
- name: Download build artifacts
165-
uses: actions/download-artifact@v5
165+
uses: actions/download-artifact@v6
166166
with:
167167
name: dist-${{ github.sha }}
168168
path: dist/

0 commit comments

Comments
 (0)