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 22bd5d0 commit 185fd28Copy full SHA for 185fd28
.github/workflows/publish.yml
@@ -160,7 +160,7 @@ jobs:
160
161
- name: Upload generic
162
continue-on-error: true
163
- uses: actions/upload-artifact@v3.1.3
+ uses: actions/upload-artifact@v4.0.0
164
with:
165
name: ${{ matrix.os }}_${{ env.PLUGIN_NAME }}-generic
166
path: out/${{ env.PLUGIN_NAME }}-generic.zip
.github/workflows/test_integration.yml
@@ -113,7 +113,7 @@ jobs:
113
- name: Upload stdout
114
115
if: always()
116
117
118
name: ${{ matrix.configuration }}_${{ matrix.asf_docker_tag }}_stdout
119
path: out.txt
0 commit comments