Skip to content

Commit 7369226

Browse files
committed
chore: update dependencies
Signed-off-by: ZHANG Yuntian <yt@radxa.com>
1 parent a8ced22 commit 7369226

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function() std.manifestYamlDoc(
9494
},
9595
{
9696
name: "Upload artifacts",
97-
uses: "actions/upload-artifact@v4",
97+
uses: "actions/upload-artifact@v5",
9898
with: {
9999
name: "${{ github.event.repository.name }}",
100100
path: |||
@@ -133,7 +133,7 @@ function() std.manifestYamlDoc(
133133
},
134134
{
135135
name: "Download generated debs",
136-
uses: "actions/download-artifact@v5",
136+
uses: "actions/download-artifact@v6",
137137
with: {
138138
name: "${{ github.event.repository.name }}",
139139
path: ".artifacts",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ function(
130130
},
131131
{
132132
name: "Download Pages artifact",
133-
uses: "actions/download-artifact@v5",
133+
uses: "actions/download-artifact@v6",
134134
with: {
135135
name: "github-pages",
136136
},

0 commit comments

Comments
 (0)