Skip to content

Commit

Permalink
Merge pull request #4958 from alphagov/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4.3.3

Bump actions/upload-artifact from 4.3.1 to 4.3.3
  • Loading branch information
36degrees authored Apr 29, 2024
2 parents 5d35537 + b6ed3a2 commit cf576d9
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/[email protected].1
uses: actions/[email protected].3
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/[email protected].1
uses: actions/[email protected].3
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 @@ -199,7 +199,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/[email protected].1
uses: actions/[email protected].3
with:
name: ${{ matrix.task.description }} coverage (${{ matrix.runner }})
path: coverage
Expand Down

0 comments on commit cf576d9

Please sign in to comment.