Skip to content

Commit 281950a

Browse files
chore(deps): bump actions/upload-artifact from 3.2.1.pre.node20 to 4.6.1 (#421)
* chore(deps): bump actions/upload-artifact from 3.2.1.pre.node20 to 4.6.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.2.1.pre.node20 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.2.1-node20...4cec3d8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * revert to ghe-compatible version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rishav Dhar <[email protected]>
1 parent 1f40445 commit 281950a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ runs:
227227
228228
- if: ${{ inputs.command == 'plan' && github.server_url == 'https://github.com' }}
229229
id: upload
230-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
230+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
231231
with:
232232
name: ${{ steps.identifier.outputs.name }}
233233
path: ${{ format('{0}{1}tfplan', inputs.arg-chdir || inputs.working-directory, (inputs.arg-chdir || inputs.working-directory) && '/' || '') }}

0 commit comments

Comments
 (0)