File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
9494 if : steps.changes.outputs.files_changed == 'true' || steps.changes.outputs.packages_changed
9595 run : zip build.zip -r .
9696
97- - uses : actions/upload-artifact@v4
97+ - uses : actions/upload-artifact@v5
9898 if : steps.changes.outputs.files_changed == 'true' || steps.changes.outputs.packages_changed
9999 with :
100100 name : build
@@ -114,7 +114,7 @@ jobs:
114114 version : ${{ steps.asset_version.outputs.version }}
115115
116116 steps :
117- - uses : actions/download-artifact@v5
117+ - uses : actions/download-artifact@v6
118118 with :
119119 name : build
120120
@@ -149,7 +149,7 @@ jobs:
149149 runs-on : [ubuntu-latest]
150150
151151 steps :
152- - uses : actions/download-artifact@v5
152+ - uses : actions/download-artifact@v6
153153 with :
154154 name : build
155155
You can’t perform that action at this time.
0 commit comments