Skip to content

Commit

Permalink
Merge pull request #455 from polystat/renovate/robinraju-release-down…
Browse files Browse the repository at this point in the history
…loader-1.x

Update robinraju/release-downloader action to v1.10
  • Loading branch information
IngeniariusSoftware authored Apr 11, 2024
2 parents 74aaa81 + 2e93c55 commit 5154712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: sudo chmod ugo+rwx llvm-clang.tar.gz && tar -xvf llvm-clang.tar.gz -C . > /dev/null

- name: Download gcc-c-torture
uses: robinraju/release-downloader@v1.8
uses: robinraju/release-downloader@v1.10
with:
repository: "polystat/c2eo"
tag: "0.1.16"
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
run: sudo chmod ugo+rwx llvm-clang.tar.gz && tar -xvf llvm-clang.tar.gz -C . > /dev/null

- name: Download c-testcuite
uses: robinraju/release-downloader@v1.8
uses: robinraju/release-downloader@v1.10
with:
repository: "polystat/c2eo"
tag: "0.1.16"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/statistics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: sudo chmod ugo+rwx llvm-clang.tar.gz && tar -xvf llvm-clang.tar.gz -C . > /dev/null

- name: Download gcc-c-torture
uses: robinraju/release-downloader@v1.8
uses: robinraju/release-downloader@v1.10
with:
repository: "polystat/c2eo"
tag: "0.1.16"
Expand Down

2 comments on commit 5154712

@0pdd
Copy link
Member

@0pdd 0pdd commented on 5154712 Apr 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 355-57e4eb08 discovered in project/scripts/data/skips/testcuite.txt) and submitted as #457. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Member

@0pdd 0pdd commented on 5154712 Apr 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 419-63e1c3f1 discovered in project/scripts/data/skips/testcuite.txt) and submitted as #458. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.