File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 if : success() || failure()
4949 with :
5050 sarif_file : megalinter-reports/megalinter-report.sarif
51- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
51+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
5252 if : success() || failure()
5353 with :
5454 name : Linter Report
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 GITHUB_PASSWORD : ${{ secrets.TEST_GITHUB_PASSWORD }}
101101 GITHUB_TOTP_SECRET : ${{ secrets.TEST_GITHUB_TOTP_SECRET }}
102102 PLAYWRIGHT_JUNIT_OUTPUT_NAME : ${{ github.workspace }}/test-report-acceptance-${{ inputs.image-basename }}.xml
103- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
103+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
104104 if : ${{ !cancelled() }}
105105 with :
106106 name : test-results-acceptance-${{ inputs.image-basename }}
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137137 touch "${RUNNER_TEMP}/digests/${DIGEST#sha256:}"
138138 env :
139139 DIGEST : ${{ steps.build-and-push.outputs.digest }}
140- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
140+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
141141 with :
142142 name : digests-${{ needs.sanitize-image-name.outputs.image-basename }}-${{ steps.devcontainer-arch.outputs.arch }}
143143 path : ${{ runner.temp }}/digests/*
@@ -229,7 +229,7 @@ jobs:
229229 env:
230230 FROM_CONTAINER: ${{ needs.sanitize-image-name.outputs.fully-qualified-image-name }}:edge
231231 TO_CONTAINER: ${{ needs.sanitize-image-name.outputs.fully-qualified-image-name }}:${{ steps.metadata.outputs.version }}
232- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
232+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
233233 with :
234234 name : container-diff-${{ needs.sanitize-image-name.outputs.image-basename }}
235235 path : container-diff.json
Original file line number Diff line number Diff line change 3232 - uses : docker://pandoc/extra:3.7.0@sha256:a703d335fa237f8fc3303329d87e2555dca5187930da38bfa9010fa4e690933a
3333 with :
3434 args : --template eisvogel --listings --number-sections --output software-requirements-specification.pdf software-requirements-specification.md
35- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
35+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
3636 with :
3737 name : documents
3838 path : " *.pdf"
Original file line number Diff line number Diff line change 5959 IMAGE_BASENAME : ${{ inputs.image-basename }}
6060 TEST_FILE : ${{ inputs.test-file }}
6161 RUNNER_ARCH : ${{ steps.runner-arch.outputs.arch }}
62- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
62+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
6363 if : ${{ !cancelled() }}
6464 with :
6565 name : test-results-integration-docker-${{ inputs.image-basename }}-${{ steps.runner-arch.outputs.arch }}
Original file line number Diff line number Diff line change 9191 podman logout "${REGISTRY}"
9292 env :
9393 REGISTRY : ${{ inputs.registry }}
94- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
94+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
9595 if : ${{ !cancelled() }}
9696 with :
9797 name : test-results-integration-podman-${{ inputs.image-basename }}-${{ steps.runner-arch.outputs.arch }}
You can’t perform that action at this time.
0 commit comments