Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/accname.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
ref: gh-pages
path: accname
token: ${{ secrets.W3CGRUNTBOT_TOKEN }}
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v5
with:
name: accname
- name: Copy files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/core-aam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
ref: gh-pages
path: core-aam
token: ${{ secrets.W3CGRUNTBOT_TOKEN }}
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v5
with:
name: core-aam
- name: Copy files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dpub-aam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
ref: gh-pages
path: dpub-aam
token: ${{ secrets.W3CGRUNTBOT_TOKEN }}
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v5
with:
name: dpub-aam
- name: Copy files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dpub-aria.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
ref: gh-pages
path: dpub-aria
token: ${{ secrets.W3CGRUNTBOT_TOKEN }}
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v5
with:
name: dpub-aria
- name: Copy files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graphics-aam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
ref: gh-pages
path: graphics-aam
token: ${{ secrets.W3CGRUNTBOT_TOKEN }}
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v5
with:
name: graphics-aam
path: graphics-aam/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/html-amm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
ref: gh-pages
path: html-aam
token: ${{ secrets.W3CGRUNTBOT_TOKEN }}
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v5
with:
name: html-aam
- name: Copy files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mathml-aam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
ref: gh-pages
path: mathml-aam
token: ${{ secrets.W3CGRUNTBOT_TOKEN }}
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v5
with:
name: mathml-aam
path: mathml-aam/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pdf-aam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
ref: gh-pages
path: pdf-aam
token: ${{ secrets.W3CGRUNTBOT_TOKEN }}
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v5
with:
name: pdf-aam
- name: Copy files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/svg-aam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
ref: gh-pages
path: svg-aam
token: ${{ secrets.W3CGRUNTBOT_TOKEN }}
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v5
with:
name: svg-aam
- name: Copy files
Expand Down