Skip to content

Commit 472788f

Browse files
authored
Merge pull request #722 from citizensadvice/dependabot/github_actions/actions/upload-artifact-6
[dependabot:actions] bump actions/upload-artifact from 5 to 6
2 parents 71b6d80 + d48292f commit 472788f

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@v5
52+
uses: actions/upload-artifact@v6
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@v5
116+
- uses: actions/upload-artifact@v6
117117
if: failure()
118118
with:
119119
name: test-logs

0 commit comments

Comments
 (0)