Skip to content

Commit fddf0ab

Browse files
authored
Merge pull request #62 from simplesamlphp/dependabot/github_actions/release-2.3/all-actions-3249c11fdc
Bump the all-actions group with 2 updates
2 parents b21f00c + 805a12a commit fddf0ab

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

@@ -124,7 +124,7 @@ jobs:
124124
if: steps.changes.outputs.files_changed == 'true' || steps.changes.outputs.packages_changed
125125
run: zip build.zip -r .
126126

127-
- uses: actions/upload-artifact@v4
127+
- uses: actions/upload-artifact@v5
128128
if: steps.changes.outputs.files_changed == 'true' || steps.changes.outputs.packages_changed
129129
with:
130130
name: build
@@ -144,7 +144,7 @@ jobs:
144144
version: ${{ steps.asset_version.outputs.version }}
145145

146146
steps:
147-
- uses: actions/download-artifact@v5
147+
- uses: actions/download-artifact@v6
148148
with:
149149
name: build
150150

@@ -179,7 +179,7 @@ jobs:
179179
runs-on: [ubuntu-latest]
180180

181181
steps:
182-
- uses: actions/download-artifact@v5
182+
- uses: actions/download-artifact@v6
183183
with:
184184
name: build
185185

0 commit comments

Comments
 (0)