Skip to content

Commit

Permalink
Merge pull request #176 from RedHatInsights/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
jponge authored Dec 18, 2023
2 parents 2cef426 + 4597b8f commit 0489191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-report-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cp -Rf ./api ${ARTIFACTS}/build/.
cp -Rf *.* ${ARTIFACTS}/build/.
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: input-artifacts
path: ${{ steps.prepare.outputs.artifacts }}

0 comments on commit 0489191

Please sign in to comment.