Skip to content

Commit

Permalink
chore(deps): bump the github-actions-dependencies group
Browse files Browse the repository at this point in the history
Bumps the github-actions-dependencies group in /actions/set-matrix-output with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).

- [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
  dependency-group: github-actions-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 29, 2023
1 parent a7284b4 commit 5d238a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/set-matrix-output/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ runs:
writeFileSync(matrixOutputFile, `${{ inputs.value }}`);
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ steps.prepare-upload.outputs.artifact-name }}
path: ${{ steps.prepare-upload.outputs.artifact-path }}

0 comments on commit 5d238a2

Please sign in to comment.