8000 Update versions for docs Github actions · prometheus/client_python@3f1555b · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3f1555b

Browse files
committed
Update versions for docs Github actions
With the deprecation of artifact@v3 the docs pipeline is no longer working. Upgrade all of the versions while in the file.
1 parent de8bb4a commit 3f1555b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/github-pages.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313
contents: read
1414
pages: write
1515
id-token: write
16+
actions: read
1617

1718
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
1819
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
@@ -39,13 +40,13 @@ jobs:
3940
#- name: Install Dart Sass
4041
# run: sudo snap install dart-sass
4142
- name: Checkout
42-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4344
with:
4445
submodules: recursive
4546
fetch-depth: 0
4647
- name: Setup Pages
4748
id: pages
48-
uses: actions/configure-pages@v3
49+
uses: actions/configure-pages@v5
4950
- name: Install Node.js dependencies
5051
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
5152
working-directory: ./docs
@@ -61,7 +62,7 @@ jobs:
6162
--baseURL "${{ steps.pages.outputs.base_url }}/"
6263
working-directory: ./docs
6364
- name: Upload artifact
64-
uses: actions/upload-pages-artifact@v1
65+
uses: actions/upload-pages-artifact@v3
6566
with:
6667
path: ./docs/public
6768

@@ -75,4 +76,4 @@ jobs:
7576
steps:
7677
- name: Deploy to GitHub Pages
7778
id: deployment
78-
uses: actions/deploy-pages@v2
79+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)
0