Skip to content

Commit b7d63c9

Browse files
authored
Bump actions/upload-artifact and actions/download-artifact from v3 to v4. (#88)
1 parent 96549c6 commit b7d63c9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/_shared-docs-build-publish-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Retrieve rendered docs
8181
if: inputs.action == 'publish'
8282
id: download
83-
uses: actions/download-artifact@v3
83+
uses: actions/download-artifact@v4
8484
with:
8585
name: ${{ inputs.artifact-name }}
8686
path: html

.github/workflows/_shared-docs-build-publish-surge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Retrieve rendered docs
3737
if: inputs.action == 'publish'
3838
id: download
39-
uses: actions/download-artifact@v3
39+
uses: actions/download-artifact@v4
4040
with:
4141
name: ${{ inputs.artifact-name }}
4242
path: html

.github/workflows/test-action-build-html.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
artifact-upload: false
3434

3535
- name: Simple 1 - Download artifacts
36-
uses: actions/download-artifact@v3
36+
uses: actions/download-artifact@v4
3737
id: simple1-artifact
3838
with:
3939
path: .artifacts/simple1
@@ -60,7 +60,7 @@ jobs:
6060
artifact-upload: false
6161

6262
- name: Simple 2 - Download artifacts
63-
uses: actions/download-artifact@v3
63+
uses: actions/download-artifact@v4
6464
id: simple2-artifact
6565
with:
6666
path: .artifacts/simple2
@@ -89,7 +89,7 @@ jobs:
8989
artifact-name: tests-simple3
9090

9191
- name: Simple 3 - Download artifacts
92-
uses: actions/download-artifact@v3
92+
uses: actions/download-artifact@v4
9393
id: simple3-artifact
9494
with:
9595
name: ${{ steps.simple3.outputs.artifact-name }}
@@ -129,7 +129,7 @@ jobs:
129129
artifact-name: tests-simple4
130130

131131
- name: Simple 4 - Download artifacts
132-
uses: actions/download-artifact@v3
132+
uses: actions/download-artifact@v4
133133
id: simple4-artifact
134134
with:
135135
name: ${{ steps.simple4.outputs.artifact-name }}
@@ -171,7 +171,7 @@ jobs:
171171
artifact-name: tests-simple5
172172

173173
- name: Simple 5 - Download artifacts
174-
uses: actions/download-artifact@v3
174+
uses: actions/download-artifact@v4
175175
id: simple5-artifact
176176
with:
177177
name: ${{ steps.simple5.outputs.artifact-name }}

actions/ansible-docs-build-html/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ runs:
6767
6868
- name: Upload artifact
6969
if: fromJSON(inputs.artifact-upload)
70-
uses: actions/upload-artifact@v3
70+
uses: actions/upload-artifact@v4
7171
with:
7272
path: ${{ steps.build.outputs.build-html }}
7373
name: ${{ inputs.artifact-name }}

0 commit comments

Comments
 (0)