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 7114bca commit 37bd129Copy full SHA for 37bd129
.github/workflows/dockerhub-release-matrix.yml
@@ -157,7 +157,7 @@ jobs:
157
run: |
158
echo "${{ steps.output_version.outputs.result }}" >> results.txt # Append results
159
- name: Upload Results Artifact
160
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
161
with:
162
name: merge_results-${{ matrix.version }}
163
path: results.txt
0 commit comments