Skip to content

Commit 5518ef0

Browse files
authored
[CI] Do not fix actions/upload-artifact actions to specific patch version (#277)
Fix to major version 4 only
1 parent 2467cc7 commit 5518ef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
CC: gcc-14
6363
CXX: g++-14
6464
- name: Archive revert list
65-
uses: actions/upload-artifact@v4.3.0
65+
uses: actions/upload-artifact@v4
6666
with:
6767
name: revert-list
6868
path: build/revert-list.txt
@@ -1068,7 +1068,7 @@ jobs:
10681068
with:
10691069
args: zip -qq -r perf-stat.zip build/perf_stat_dir
10701070
- name: Upload results
1071-
uses: actions/upload-artifact@v4.3.0
1071+
uses: actions/upload-artifact@v4
10721072
with:
10731073
name: perf-stat
10741074
path: perf-stat.zip

0 commit comments

Comments
 (0)