We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f40445 commit 281950aCopy full SHA for 281950a
action.yml
@@ -227,7 +227,7 @@ runs:
227
228
- if: ${{ inputs.command == 'plan' && github.server_url == 'https://github.com' }}
229
id: upload
230
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
+ uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
231
with:
232
name: ${{ steps.identifier.outputs.name }}
233
path: ${{ format('{0}{1}tfplan', inputs.arg-chdir || inputs.working-directory, (inputs.arg-chdir || inputs.working-directory) && '/' || '') }}
0 commit comments