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
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
You can’t perform that action at this time.
0 commit comments