Skip to content

Commit ae7be28

Browse files
Merge pull request #775 from citizensadvice/dependabot/github_actions/actions/upload-artifact-7
[dependabot:actions] Bump actions/upload-artifact from 6 to 7
2 parents f3390d4 + 76aec46 commit ae7be28

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-image-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Upload scan results
5151
id: upload-artifact
52-
uses: actions/upload-artifact@v6
52+
uses: actions/upload-artifact@v7
5353
with:
5454
name: trivy-scan-results
5555
path: trivy-results.json

.github/workflows/lint_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
run: bundle exec cucumber
114114

115115
# Archive test logs
116-
- uses: actions/upload-artifact@v6
116+
- uses: actions/upload-artifact@v7
117117
if: failure()
118118
with:
119119
name: test-logs

0 commit comments

Comments
 (0)