Skip to content

Commit 83d97f6

Browse files
committed
trying this
1 parent ab75352 commit 83d97f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/programming_team_code_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
wget -qO- https://apt.llvm.org/llvm.sh | sudo bash -s -- 18
9292
- name: build ptc
9393
run: make --directory=tests/ ptc
94-
- uses: actions/upload-artifact@v3
94+
- uses: actions/upload-artifact@v4
9595
with:
9696
name: ptc
9797
path: tests/ptc.pdf
@@ -102,7 +102,7 @@ jobs:
102102
if: github.ref == 'refs/heads/dev' && github.event_name == 'push'
103103
steps:
104104
- uses: actions/checkout@v2
105-
- uses: actions/download-artifact@v3
105+
- uses: actions/download-artifact@v4
106106
with:
107107
name: ptc
108108
path: tests/ptc.pdf

0 commit comments

Comments
 (0)