Skip to content

Commit

Permalink
Merge pull request #5571 from alphagov/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4.5.0
  • Loading branch information
romaricpascal authored Jan 10, 2025
2 parents cbd0d50 + 6e44947 commit d22cf7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/diff-change-to-dist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
bin/dist-diff.sh origin/$GITHUB_BASE_REF $GITHUB_WORKSPACE
- name: Save GitHub release diffs
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: GitHub release diffs
path: .cache/diff/dist/*.diff
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/diff-change-to-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
bin/package-diff.sh $GITHUB_BASE_REF $GITHUB_WORKSPACE
- name: Save npm package diffs
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: Package diff
path: .cache/diff/package/*.diff
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
run: npx jest --color ${{ format('--coverage={0} --maxWorkers=2 --selectProjects "{1}"', matrix.task.coverage || false, join(matrix.task.projects, '", "')) }}

- name: Save test coverage
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: ${{ matrix.task.description }} coverage (${{ matrix.runner }})
path: coverage
Expand Down

0 comments on commit d22cf7f

Please sign in to comment.