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 1f41812 commit aad4efeCopy full SHA for aad4efe
.github/workflows/continuous-deployment.yaml
@@ -114,7 +114,7 @@ jobs:
114
115
- id: save
116
name: Save artifact
117
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
118
with:
119
name: release-candidate
120
path: ./dist
@@ -128,7 +128,7 @@ jobs:
128
steps:
129
- id: fetch
130
name: Fetch artifact
131
- uses: actions/download-artifact@v4.1.7
+ uses: actions/download-artifact@v4
132
133
134
0 commit comments