Skip to content

Commit cfdfe8f

Browse files
chore(deps): update actions/upload-artifact action to v6 (#304)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e9edd12 commit cfdfe8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swagger-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Generate swagger spec
4949
run: deno task swagger:generate
5050
- name: Upload swagger spec artifact
51-
uses: actions/upload-artifact@v4
51+
uses: actions/upload-artifact@v6
5252
with:
5353
name: swagger-spec
5454
path: .github/swagger-spec.json

0 commit comments

Comments
 (0)