File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ concurrency:
1919jobs :
2020 build :
2121 runs-on : macos-latest
22+ permissions :
23+ contents : read
2224 steps :
2325 - name : Debug - Show event info
2426 run : |
2931 - uses : actions/checkout@v4
3032 - uses : actions/setup-python@v5
3133 with :
32- python-version : ' 3.12 '
34+ python-version : ' 3.13 '
3335 cache : ' pip' # caching pip dependencies
3436 - name : Install dependencies and run generator
3537 run : |
3840 echo "Running spec generator..."
3941 python spec-generator/main.py
4042 - name : Upload artifact
41- uses : actions/upload-pages-artifact@v3
43+ uses : actions/upload-pages-artifact@v4
4244 with :
4345 # Upload the contents of the dist directory
4446 path : ' dist'
6769 echo "Workflow run ID: ${{ github.run_id }}"
6870 - name : Deploy to GitHub Pages
6971 id : deployment
70- uses : actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action
72+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments