Skip to content

Commit be21892

Browse files
committed
Bump upload-artifact action
1 parent cdc1fca commit be21892

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
rm -rf "simplesamlphp-$VERSION"
9292
9393
- name: Save tarball
94-
uses: actions/upload-artifact@v3
94+
uses: actions/upload-artifact@v4
9595
with:
9696
name: release-${{ matrix.version }}
9797
path: "$TARGET"

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217

218218
- name: Save coverage data
219219
if: ${{ matrix.php-versions == '8.3' }}
220-
uses: actions/upload-artifact@v3
220+
uses: actions/upload-artifact@v4
221221
with:
222222
name: coverage-data
223223
path: ${{ github.workspace }}/build

.github/workflows/translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
if: steps.changes.outputs.files_changed == 'true' || steps.changes.outputs.packages_changed
8383
run: zip build.zip -r .
8484

85-
- uses: actions/upload-artifact@v3
85+
- uses: actions/upload-artifact@v4
8686
if: steps.changes.outputs.files_changed == 'true' || steps.changes.outputs.packages_changed
8787
with:
8888
name: build

0 commit comments

Comments
 (0)