We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872b73d commit 75adfe5Copy full SHA for 75adfe5
1 file changed
.github/workflows/openapi-generate-and-push.yml
@@ -88,7 +88,7 @@ jobs:
88
-t ./openapi/templates \
89
-o ./${{ matrix.api_version }}
90
- name: Upload artifacts
91
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
92
with:
93
name: generated-${{ matrix.api_version }}
94
path: ./${{ matrix.api_version }}
@@ -99,7 +99,7 @@ jobs:
99
steps:
100
- uses: actions/checkout@v3
101
- name: Download all artifacts
102
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
103
104
path: ./generated
105
- name: Move generated files and track versions
0 commit comments