File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 library_checker_aizu :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v1
12+ - uses : actions/checkout@v4
1313 - name : Set up Python
14- uses : actions/setup-python@v1
14+ uses : actions/setup-python@v5
1515 - name : Make preinstalled g++-14 the default g++
1616 run : |
1717 sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-14 100
@@ -102,13 +102,12 @@ jobs:
102102 - uses : actions/download-artifact@v4
103103 with :
104104 name : ptc
105- path : tests/ptc.pdf
106- - uses : marvinpinto /action-automatic-releases@latest
105+ path : tests/
106+ - uses : softprops /action-gh-release@v2
107107 with :
108- repo_token : ${{ secrets.GITHUB_TOKEN }}
109- automatic_release_tag : ptc
108+ tag_name : ptc
109+ name : ptc
110110 prerelease : false
111- title : ptc
112111 files : tests/ptc.pdf
113112
114113 update_main :
You can’t perform that action at this time.
0 commit comments