File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9292 env :
9393 ENVIRONMENT : " ${{ matrix.environment }}"
9494 REVISION : " ${{ github.sha }}"
95- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
95+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9696 with :
9797 name : " ${{ matrix.environment }}.rendered.yaml"
9898 path : " config/deploy/${{ matrix.environment }}.rendered.yaml"
Original file line number Diff line number Diff line change 6464 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6565 # format to the repository Actions tab.
6666 - name : " Upload artifact"
67- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
67+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6868 with :
6969 name : SARIF file
7070 path : results.sarif
Original file line number Diff line number Diff line change 5151
5252 - name : Save capybara screenshots
5353 if : ${{ failure() && steps.test-all.outcome == 'failure' }}
54- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
54+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5555 with :
5656 name : capybara-screenshots-${{ matrix.tests.name }}
5757 path : tmp/capybara
You can’t perform that action at this time.
0 commit comments