Skip to content

Commit

Permalink
update some github actions and remove a bad test
Browse files Browse the repository at this point in the history
  • Loading branch information
nlsandler committed Jun 24, 2024
1 parent 5c4ace3 commit 276e6c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:
# next, download both versions of NQCC

- name: Get final NQCC
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: nqcc-${{ matrix.os }}-20
path: nqcc

- name: Get partial NQCC
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: nqcc-${{ matrix.os }}-19
path: nqcc-partial
Expand Down
3 changes: 0 additions & 3 deletions tests/chapter_6/invalid_lex/extra_credit/bad_label_2.c

This file was deleted.

0 comments on commit 276e6c4

Please sign in to comment.