Skip to content

Commit b618bfb

Browse files
authored
fix: pin up/download action
1 parent 744c8ab commit b618bfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
-out=tfplan
103103
104104
- name: Upload Plan Artifact
105-
uses: actions/upload-artifact@v4
105+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
106106
with:
107107
name: tfplan
108108
path: tfplan
@@ -137,7 +137,7 @@ jobs:
137137
run: tofu init
138138

139139
- name: Download Plan Artifact
140-
uses: actions/download-artifact@v4
140+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
141141
with:
142142
name: tfplan
143143

0 commit comments

Comments
 (0)