We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab75352 commit 83d97f6Copy full SHA for 83d97f6
.github/workflows/programming_team_code_ci.yml
@@ -91,7 +91,7 @@ jobs:
91
wget -qO- https://apt.llvm.org/llvm.sh | sudo bash -s -- 18
92
- name: build ptc
93
run: make --directory=tests/ ptc
94
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
95
with:
96
name: ptc
97
path: tests/ptc.pdf
@@ -102,7 +102,7 @@ jobs:
102
if: github.ref == 'refs/heads/dev' && github.event_name == 'push'
103
steps:
104
- uses: actions/checkout@v2
105
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
106
107
108
0 commit comments