Skip to content

Commit 3950d91

Browse files
authored
Merge pull request #81 from simplesamlphp/dependabot/github_actions/release-2.3/all-actions-f11b48e690
Bump the all-actions group with 3 updates
2 parents b8bf579 + feaddd6 commit 3950d91

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build-release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: ${{ github.event.commits[0].author.name != 'dependabot[bot]' }}
1616

1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
with:
2020
token: ${{ secrets.ASSETS_COMMIT_TOKEN }}
2121
ref: ${{ github.head_ref || github.ref_name }}
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
zip release.zip -r .
5555
56-
- uses: actions/upload-artifact@v6
56+
- uses: actions/upload-artifact@v7
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@v7
75+
- uses: actions/download-artifact@v8
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@v6
127+
- uses: actions/upload-artifact@v7
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@v7
147+
- uses: actions/download-artifact@v8
148148
with:
149149
name: build
150150

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

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

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
packages_changed: ${{ steps.changes.outputs.packages_changed }}
1414

1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
with:
1818
token: ${{ secrets.ASSETS_COMMIT_TOKEN }}
1919
ref: ${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)