Skip to content

Commit cee2837

Browse files
author
Cameron Custer
committed
ci: bump deprecated actions; replace archived release action
1 parent 34b46ea commit cee2837

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/programming_team_code_ci.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
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:

0 commit comments

Comments
 (0)