We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49cbc52 commit ab26462Copy full SHA for ab26462
.github/workflows/ci.yaml
@@ -101,7 +101,7 @@ jobs:
101
102
- name: Upload security reports
103
if: always()
104
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
105
with:
106
name: security-reports
107
path: |
@@ -141,7 +141,7 @@ jobs:
141
himl-config-merger --help
142
143
- name: Upload build artifacts
144
145
146
name: dist-${{ github.sha }}
147
path: dist/
@@ -162,7 +162,7 @@ jobs:
162
python-version: '3.14'
163
164
- name: Download build artifacts
165
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
166
167
168
0 commit comments