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 1df9843 commit b0c14e8Copy full SHA for b0c14e8
.github/workflows/publish.yml
@@ -160,7 +160,7 @@ jobs:
160
161
- name: Upload generic
162
continue-on-error: true
163
- uses: actions/upload-artifact@v4.4.0
+ uses: actions/upload-artifact@v4.4.2
164
with:
165
name: ${{ matrix.os }}_${{ env.PLUGIN_NAME }}-generic
166
path: out/${{ env.PLUGIN_NAME }}-generic.zip
.github/workflows/test_integration.yml
@@ -128,7 +128,7 @@ jobs:
128
- name: Upload 7z artifact
129
130
if: always()
131
132
133
name: ${{ matrix.configuration }}_${{ matrix.asf_docker_tag }}_stdout
134
path: tmp_7z/output.7z
0 commit comments