We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad42d36 commit f74d12dCopy full SHA for f74d12d
1 file changed
.github/workflows/test.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-22.04
6
steps:
7
# Check-out the repository under $GITHUB_WORKSPACE
8
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
9
10
- name: Environment setup
11
run: |
@@ -26,14 +26,6 @@ jobs:
26
pdflatex -halt-on-error -interaction=nonstopmode karnaugh-map.dtx
27
./test.sh
28
29
- - name: Archival of test results
30
- uses: actions/upload-artifact@4
31
- with:
32
- name: test-results
33
- path: |
34
- $GITHUB_WORKSPACE/test/result
35
- $GITHUB_WORKSPACE/test/actual
36
-
37
- name: Archival of package documentation
38
uses: actions/upload-artifact@4
39
with:
0 commit comments