Skip to content

Commit 2534f7d

Browse files
authored
Merge pull request #17 from simplesamlphp/dependabot/github_actions/release-2.5/all-actions-f3b4f8a16b
Bump the all-actions group with 3 updates
2 parents be76b16 + 0df7419 commit 2534f7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818

19-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/[email protected].2
19+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/[email protected].3
2020
with:
2121
enable_eslinter: true
2222
enable_jsonlinter: true
@@ -81,7 +81,7 @@ jobs:
8181
if: steps.changes.outputs.files_changed == 'true' || steps.changes.outputs.packages_changed
8282
run: zip build.zip -r .
8383

84-
- uses: actions/upload-artifact@v4
84+
- uses: actions/upload-artifact@v5
8585
if: steps.changes.outputs.files_changed == 'true' || steps.changes.outputs.packages_changed
8686
with:
8787
name: build
@@ -101,7 +101,7 @@ jobs:
101101
version: ${{ steps.asset_version.outputs.version }}
102102

103103
steps:
104-
- uses: actions/download-artifact@v5
104+
- uses: actions/download-artifact@v6
105105
with:
106106
name: build
107107

@@ -136,7 +136,7 @@ jobs:
136136
runs-on: [ubuntu-latest]
137137

138138
steps:
139-
- uses: actions/download-artifact@v5
139+
- uses: actions/download-artifact@v6
140140
with:
141141
name: build
142142

0 commit comments

Comments
 (0)