Skip to content

Commit 04bf5eb

Browse files
chore: dependabot: bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 34306ed commit 04bf5eb

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.github/workflows/accname.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
ref: gh-pages
5454
path: accname
5555
token: ${{ secrets.W3CGRUNTBOT_TOKEN }}
56-
- uses: actions/download-artifact@v4
56+
- uses: actions/download-artifact@v5
5757
with:
5858
name: accname
5959
- name: Copy files

.github/workflows/core-aam.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
ref: gh-pages
5555
path: core-aam
5656
token: ${{ secrets.W3CGRUNTBOT_TOKEN }}
57-
- uses: actions/download-artifact@v4
57+
- uses: actions/download-artifact@v5
5858
with:
5959
name: core-aam
6060
- name: Copy files

.github/workflows/dpub-aam.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
ref: gh-pages
5555
path: dpub-aam
5656
token: ${{ secrets.W3CGRUNTBOT_TOKEN }}
57-
- uses: actions/download-artifact@v4
57+
- uses: actions/download-artifact@v5
5858
with:
5959
name: dpub-aam
6060
- name: Copy files

.github/workflows/dpub-aria.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
ref: gh-pages
5555
path: dpub-aria
5656
token: ${{ secrets.W3CGRUNTBOT_TOKEN }}
57-
- uses: actions/download-artifact@v4
57+
- uses: actions/download-artifact@v5
5858
with:
5959
name: dpub-aria
6060
- name: Copy files

.github/workflows/graphics-aam.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
ref: gh-pages
4545
path: graphics-aam
4646
token: ${{ secrets.W3CGRUNTBOT_TOKEN }}
47-
- uses: actions/download-artifact@v4
47+
- uses: actions/download-artifact@v5
4848
with:
4949
name: graphics-aam
5050
path: graphics-aam/

.github/workflows/html-amm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
ref: gh-pages
5555
path: html-aam
5656
token: ${{ secrets.W3CGRUNTBOT_TOKEN }}
57-
- uses: actions/download-artifact@v4
57+
- uses: actions/download-artifact@v5
5858
with:
5959
name: html-aam
6060
- name: Copy files

.github/workflows/mathml-aam.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
ref: gh-pages
4545
path: mathml-aam
4646
token: ${{ secrets.W3CGRUNTBOT_TOKEN }}
47-
- uses: actions/download-artifact@v4
47+
- uses: actions/download-artifact@v5
4848
with:
4949
name: mathml-aam
5050
path: mathml-aam/

.github/workflows/pdf-aam.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
ref: gh-pages
5454
path: pdf-aam
5555
token: ${{ secrets.W3CGRUNTBOT_TOKEN }}
56-
- uses: actions/download-artifact@v4
56+
- uses: actions/download-artifact@v5
5757
with:
5858
name: pdf-aam
5959
- name: Copy files

.github/workflows/svg-aam.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
ref: gh-pages
5555
path: svg-aam
5656
token: ${{ secrets.W3CGRUNTBOT_TOKEN }}
57-
- uses: actions/download-artifact@v4
57+
- uses: actions/download-artifact@v5
5858
with:
5959
name: svg-aam
6060
- name: Copy files

0 commit comments

Comments
 (0)