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 0d162b9 commit c2392bcCopy full SHA for c2392bc
.github/workflows/ci-test-go.yml
@@ -110,7 +110,7 @@ jobs:
110
111
- name: Upload SonarCloud files
112
if: ${{ github.ref_name == 'main' && github.repository_owner == 'testcontainers' && inputs.run-tests && !inputs.rootless-docker }}
113
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v3
+ uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
114
with:
115
name: sonarcloud
116
path: |
0 commit comments