Skip to content

Commit a3544cd

Browse files
Update robinraju/release-downloader action to v1.11
1 parent a37e681 commit a3544cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: sudo chmod ugo+rwx llvm-clang.tar.gz && tar -xvf llvm-clang.tar.gz -C . > /dev/null
8585

8686
- name: Download gcc-c-torture
87-
uses: robinraju/release-downloader@v1.10
87+
uses: robinraju/release-downloader@v1.11
8888
with:
8989
repository: "polystat/c2eo"
9090
tag: "0.1.16"
@@ -117,7 +117,7 @@ jobs:
117117
run: sudo chmod ugo+rwx llvm-clang.tar.gz && tar -xvf llvm-clang.tar.gz -C . > /dev/null
118118

119119
- name: Download c-testcuite
120-
uses: robinraju/release-downloader@v1.10
120+
uses: robinraju/release-downloader@v1.11
121121
with:
122122
repository: "polystat/c2eo"
123123
tag: "0.1.16"

.github/workflows/statistics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: sudo chmod ugo+rwx llvm-clang.tar.gz && tar -xvf llvm-clang.tar.gz -C . > /dev/null
2323

2424
- name: Download gcc-c-torture
25-
uses: robinraju/release-downloader@v1.10
25+
uses: robinraju/release-downloader@v1.11
2626
with:
2727
repository: "polystat/c2eo"
2828
tag: "0.1.16"

0 commit comments

Comments
 (0)