Skip to content

Commit d337cbe

Browse files
Bump actions/upload-artifact from 3 to 4 (#322)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steve Smith <steve@kentsmiths.com>
1 parent 88ea205 commit d337cbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
output: 'both'
4343

4444
- name: Upload code coverage results artifact
45-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v4
4646
if: success() || failure()
4747
with:
4848
name: code-coverage-results
@@ -57,7 +57,7 @@ jobs:
5757
run: echo $PR_NUMBER > pr-number.txt
5858

5959
- name: Upload the PR number
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
if: github.event_name == 'pull_request' && (success() || failure())
6262
with:
6363
name: pr-number

0 commit comments

Comments
 (0)