File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments