|
41 | 41 | - name: Run Code Coverage |
42 | 42 | run: goveralls -coverprofile=coverage.out -service=circle-ci -repotoken ${{ secrets.COVERALLS_TOKEN }} |
43 | 43 | - name: Upload Coverage artifacts |
44 | | - uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 |
| 44 | + uses: actions/upload-artifact@v4.4.0 |
45 | 45 | with: |
46 | 46 | name: coverage.out |
47 | 47 | path: coverage.out |
@@ -87,12 +87,12 @@ jobs: |
87 | 87 | - name: Login to Amazon ECR |
88 | 88 | id: login-ecr |
89 | 89 | uses: aws-actions/amazon-ecr-login@v1 |
90 | | - - name: Login to Redhat registry |
91 | | - uses: docker/login-action@v3 |
92 | | - with: |
93 | | - registry: registry.redhat.io |
94 | | - username: ${{ secrets.REDHAT_REGISTRY_ID }} |
95 | | - password: ${{ secrets.REDHAT_REGISTRY_PASSWORD }} |
| 90 | + #- name: Login to Redhat registry |
| 91 | + # uses: docker/login-action@v3 |
| 92 | + # with: |
| 93 | + # registry: registry.redhat.io |
| 94 | + # username: ${{ secrets.REDHAT_REGISTRY_ID }} |
| 95 | + # password: ${{ secrets.REDHAT_REGISTRY_PASSWORD }} |
96 | 96 | - name: Make Splunk Operator Image |
97 | 97 | run: | |
98 | 98 | make docker-build IMG=${{ secrets.ECR_REPOSITORY }}/${{ env.SPLUNK_OPERATOR_IMAGE_NAME }}:$GITHUB_SHA |
@@ -295,7 +295,7 @@ jobs: |
295 | 295 | find ./test -name "*.log" -exec cp {} /tmp/pod_logs \; |
296 | 296 | - name: Archive Pod Logs |
297 | 297 | if: ${{ always() }} |
298 | | - uses: actions/upload-artifact@v2 |
| 298 | + uses: actions/upload-artifact@v4.4.0 |
299 | 299 | with: |
300 | 300 | name: "splunk-pods-logs--artifacts-${{ matrix.test }}" |
301 | 301 | path: "/tmp/pod_logs/**" |
|
0 commit comments