Skip to content

Commit ba755dc

Browse files
committed
add action versions again
1 parent 41c9f7f commit ba755dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build_docs.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- name: Checkout
73-
uses: actions/checkout
73+
uses: actions/checkout@v4
7474
- name: Setup Pages
75-
uses: actions/configure-pages
75+
uses: actions/configure-pages@v5
7676
- name: Download html zip
77-
uses: actions/download-artifact
77+
uses: actions/download-artifact@v4
7878
with:
7979
name: cpacsDocs
8080
- name: Extract HTML Docs
@@ -86,11 +86,11 @@ jobs:
8686
echo "::warning title=Invalid file permissions automatically fixed::$line"
8787
done
8888
- name: Upload Artifacts
89-
uses: actions/upload-pages-artifact
89+
uses: actions/upload-pages-artifact@v3
9090
with:
9191
path: .
9292
- name: Deploy to GitHub Pages
9393
id: deployment
94-
uses: actions/deploy-pages
94+
uses: actions/deploy-pages@v4
9595
with:
9696
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)