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 744c8ab commit b618bfbCopy full SHA for b618bfb
.github/workflows/ci.yml
@@ -102,7 +102,7 @@ jobs:
102
-out=tfplan
103
104
- name: Upload Plan Artifact
105
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
106
with:
107
name: tfplan
108
path: tfplan
@@ -137,7 +137,7 @@ jobs:
137
run: tofu init
138
139
- name: Download Plan Artifact
140
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
141
142
143
0 commit comments