Skip to content

Commit 15191a6

Browse files
authored
Merge pull request #16 from simplesamlphp/dependabot/github_actions/release-2.3/all-actions-3249c11fdc
Bump the all-actions group with 2 updates
2 parents c5ac390 + 84aa628 commit 15191a6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
zip release.zip -r .
5555
56-
- uses: actions/upload-artifact@v4
56+
- uses: actions/upload-artifact@v5
5757
with:
5858
name: release
5959
path: release.zip
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
node-version: 18
7474

75-
- uses: actions/download-artifact@v5
75+
- uses: actions/download-artifact@v6
7676
with:
7777
name: release
7878

@@ -119,7 +119,7 @@ jobs:
119119
if: steps.changes.outputs.files_changed == 'true' || steps.changes.outputs.packages_changed
120120
run: zip build.zip -r .
121121

122-
- uses: actions/upload-artifact@v4
122+
- uses: actions/upload-artifact@v5
123123
if: steps.changes.outputs.files_changed == 'true' || steps.changes.outputs.packages_changed
124124
with:
125125
name: build
@@ -139,7 +139,7 @@ jobs:
139139
version: ${{ steps.asset_version.outputs.version }}
140140

141141
steps:
142-
- uses: actions/download-artifact@v5
142+
- uses: actions/download-artifact@v6
143143
with:
144144
name: build
145145

@@ -174,7 +174,7 @@ jobs:
174174
runs-on: [ubuntu-latest]
175175

176176
steps:
177-
- uses: actions/download-artifact@v5
177+
- uses: actions/download-artifact@v6
178178
with:
179179
name: build
180180

0 commit comments

Comments
 (0)