Skip to content

Commit aad4efe

Browse files
authored
Update continuous-deployment.yaml
1 parent 1f41812 commit aad4efe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114

115115
- id: save
116116
name: Save artifact
117-
uses: actions/upload-artifact@v3
117+
uses: actions/upload-artifact@v4
118118
with:
119119
name: release-candidate
120120
path: ./dist
@@ -128,7 +128,7 @@ jobs:
128128
steps:
129129
- id: fetch
130130
name: Fetch artifact
131-
uses: actions/download-artifact@v4.1.7
131+
uses: actions/download-artifact@v4
132132
with:
133133
name: release-candidate
134134
path: ./dist

0 commit comments

Comments
 (0)