Skip to content

Commit 37bd129

Browse files
committed
chore: bump upload artifact action
1 parent 7114bca commit 37bd129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerhub-release-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
run: |
158158
echo "${{ steps.output_version.outputs.result }}" >> results.txt # Append results
159159
- name: Upload Results Artifact
160-
uses: actions/upload-artifact@v3
160+
uses: actions/upload-artifact@v4
161161
with:
162162
name: merge_results-${{ matrix.version }}
163163
path: results.txt

0 commit comments

Comments
 (0)