Skip to content

Commit b7579a5

Browse files
committed
chore: bump action version
1 parent 666c6cf commit b7579a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Setup Pages
7373
uses: actions/configure-pages@v5
7474
- name: Upload artifact
75-
uses: actions/upload-pages-artifact@v3
75+
uses: actions/upload-pages-artifact@v4
7676
with:
7777
# Upload entire repository
7878
path: "./book/html"

src/share/rsdk/infra-package/.github/workflows/docs.yaml.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function(
104104
},
105105
{
106106
name: "Upload artifact",
107-
uses: "actions/upload-pages-artifact@v3",
107+
uses: "actions/upload-pages-artifact@v4",
108108
with: {
109109
path: "./book/html",
110110
},

src/share/rsdk/infra-repo/.github/workflows/build.yaml.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function(
117117
},
118118
{
119119
name: "Upload artifact",
120-
uses: "actions/upload-pages-artifact@v3",
120+
uses: "actions/upload-pages-artifact@v4",
121121
with: {
122122
path: "${{ steps.build.outputs.pages }}"
123123
},

0 commit comments

Comments
 (0)