File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818
1919 - run : ./gradlew clean build
2020
21- - uses : actions/upload-artifact@v3
21+ - uses : actions/upload-artifact@v4
2222 with :
2323 name : intellij-actions-tree
2424 if-no-files-found : error
3636 cancel-in-progress : true
3737
3838 steps :
39- - uses : actions/download-artifact@v4.1.7
39+ - uses : actions/download-artifact@v4
4040 - uses : marvinpinto/action-automatic-releases@v1.2.1
4141 with :
4242 repo_token : " ${{ secrets.GITHUB_TOKEN }}"
5353 runs-on : ubuntu-latest
5454 if : startsWith(github.event.ref, 'refs/tags/v')
5555 steps :
56- - uses : actions/download-artifact@v4.1.7
56+ - uses : actions/download-artifact@v4
5757 - uses : marvinpinto/action-automatic-releases@v1.2.1
5858 with :
5959 repo_token : " ${{ secrets.GITHUB_TOKEN }}"
You can’t perform that action at this time.
0 commit comments