Skip to content

Commit c6a202a

Browse files
chore(deps): upgrade actions/upload-artifact action to v7 (#3127)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e125aad commit c6a202a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs-json-export.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
id: generate-json
3636
run: python scripts/docs_json_exporter.py
3737
- name: Upload docs.json as artifact
38-
uses: actions/upload-artifact@v6.0.0
38+
uses: actions/upload-artifact@v7.0.0
3939
id: artifact-upload
4040
with:
4141
name: Pycord Docs JSON

0 commit comments

Comments
 (0)