Skip to content

Commit

Permalink
[8.15](backport #2382) Update upload artifacts action (#2611)
Browse files Browse the repository at this point in the history
* Update upload artifacts action (#2382)

(cherry picked from commit cb6ece0)

# Conflicts:
#	tests/test_environments/k8s-cloudbeat-tests/values.yaml

* conflict fix

---------

Co-authored-by: Dmitry Gurevich <99176494+gurevichdmitry@users.noreply.github.com>
Co-authored-by: Kostas Stamatakis <moukoublen@gmail.com>
  • Loading branch information
3 people authored Oct 17, 2024
1 parent 347bd0c commit 67cc02d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/docker-images/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ runs:
- if: ${{ inputs.build-docker-images == 'true' }}
name: Upload docker images
uses: actions/upload-artifact@v4
# Pin action version to 4.3.4 See https://github.com/actions/upload-artifact/issues/589
uses: actions/upload-artifact@v4.3.4
with:
name: docker-images
path: ${{ inputs.docker-images-folder }}
Expand Down

0 comments on commit 67cc02d

Please sign in to comment.