Skip to content

Commit 75adfe5

Browse files
GvieveGenevieve Nuebel
andauthored
Use v4 for upload-artifacts (#81)
Co-authored-by: Genevieve Nuebel <genevieve.nuebel@mx.com>
1 parent 872b73d commit 75adfe5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/openapi-generate-and-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
-t ./openapi/templates \
8989
-o ./${{ matrix.api_version }}
9090
- name: Upload artifacts
91-
uses: actions/upload-artifact@v3
91+
uses: actions/upload-artifact@v4
9292
with:
9393
name: generated-${{ matrix.api_version }}
9494
path: ./${{ matrix.api_version }}
@@ -99,7 +99,7 @@ jobs:
9999
steps:
100100
- uses: actions/checkout@v3
101101
- name: Download all artifacts
102-
uses: actions/download-artifact@v3
102+
uses: actions/download-artifact@v4
103103
with:
104104
path: ./generated
105105
- name: Move generated files and track versions

0 commit comments

Comments
 (0)