File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ jobs:
322322 echo "stdout=$STDOUT" >> $GITHUB_OUTPUT
323323
324324 - name : Upload Plan Artifact
325- uses : actions/upload-artifact@v7.0.0
325+ uses : actions/upload-artifact@v7.0.1
326326 with :
327327 name : plan-${{ env.ENVIRONMENT }}.tfplan
328328 path : ${{ env.WORKING_DIRECTORY }}/plan-${{ env.ENVIRONMENT }}.tfplan
@@ -559,7 +559,7 @@ jobs:
559559
560560 - name : Upload output artifact
561561 if : ${{ inputs.output_file_path != '' }}
562- uses : actions/upload-artifact@v7.0.0
562+ uses : actions/upload-artifact@v7.0.1
563563 with :
564564 name : output-file
565565 path : ${{ inputs.output_file_path }}
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126 - name : Upload validated config as artifact
127127 if : success() # Only run if previous steps succeeded
128128 # actions/upload-artifact@v6.0.0 (SHA: b7c566a772e6b6bfb58ed0dc250532a479d7789f)
129- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
129+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
130130 with :
131131 name : synthetic-monitoring-config
132132 path : synthetic-monitoring.yaml
You can’t perform that action at this time.
0 commit comments