Skip to content

Commit a068ec9

Browse files
authored
Merge pull request #6901 from alphagov/dependabot/github_actions/actions/upload-artifact-7.0.0
Bump actions/upload-artifact from 6.0.0 to 7.0.0
2 parents c32cd2a + 54ccdb8 commit a068ec9

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/diff-change-to-dist.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
bin/dist-diff.sh origin/${{ github.event.pull_request.base.ref }} $GITHUB_WORKSPACE
4040
4141
- name: Save GitHub release diffs
42-
uses: actions/upload-artifact@v6.0.0
42+
uses: actions/upload-artifact@v7.0.0
4343
with:
4444
name: GitHub release diffs
4545
path: .cache/diff/dist/*.diff

.github/workflows/diff-change-to-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
bin/package-diff.sh ${{ github.event.pull_request.base.ref }} $GITHUB_WORKSPACE
3838
3939
- name: Save npm package diffs
40-
uses: actions/upload-artifact@v6.0.0
40+
uses: actions/upload-artifact@v7.0.0
4141
with:
4242
name: Package diff
4343
path: .cache/diff/package/*.diff

.github/workflows/sass.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
! grep "\$govuk-" .tmp/index.css
5050
5151
- name: Save compiled Sass
52-
uses: actions/upload-artifact@v6.0.0
52+
uses: actions/upload-artifact@v7.0.0
5353
if: ${{ !cancelled() }}
5454
with:
5555
name: Dart Sass v1.79.0 output
@@ -92,7 +92,7 @@ jobs:
9292
! grep "\$govuk-" .tmp/index.css
9393
9494
- name: Save compiled Sass
95-
uses: actions/upload-artifact@v6.0.0
95+
uses: actions/upload-artifact@v7.0.0
9696
if: ${{ !cancelled() }}
9797
with:
9898
name: Dart Sass v1 (latest) output

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
run: npx jest --color ${{ format('--coverage={0} --maxWorkers=2 --selectProjects "{1}"', matrix.task.coverage || false, join(matrix.task.projects, '", "')) }}
220220

221221
- name: Save test coverage
222-
uses: actions/upload-artifact@v6.0.0
222+
uses: actions/upload-artifact@v7.0.0
223223
with:
224224
name: ${{ matrix.task.description }} coverage (${{ matrix.runner.name }})
225225
path: coverage

0 commit comments

Comments
 (0)