Skip to content

Commit 7dfc181

Browse files
dependabot[bot]aneshlya
authored andcommitted
ci: bump the ga-dependencies group with 2 updates
Bumps the ga-dependencies group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 2 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) Updates `actions/upload-artifact` from 2 to 4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ga-dependencies - dependency-name: actions/upload-artifact dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ga-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f7778f commit 7dfc181

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/c-cpp.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
- name: Check environment
1414
run: |
1515
cat /proc/cpuinfo
@@ -52,17 +52,17 @@ jobs:
5252
cd ..
5353
done
5454
- name: Upload cpp tests
55-
uses: actions/upload-artifact@v2
55+
uses: actions/upload-artifact@v4
5656
with:
5757
name: tests-cpp-lin
5858
path: tests-cpp
5959
- name: Upload sycl tests
60-
uses: actions/upload-artifact@v2
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: tests-sycl-lin
6363
path: tests-sycl
6464
- name: Upload ispc tests
65-
uses: actions/upload-artifact@v2
65+
uses: actions/upload-artifact@v4
6666
with:
6767
name: tests-ispc-lin
6868
path: tests-ispc
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: macos-latest
7272

7373
steps:
74-
- uses: actions/checkout@v2
74+
- uses: actions/checkout@v4
7575
- name: Check environment
7676
run: |
7777
sysctl -n machdep.cpu.brand_string
@@ -114,17 +114,17 @@ jobs:
114114
cd ..
115115
done
116116
- name: Upload cpp tests
117-
uses: actions/upload-artifact@v2
117+
uses: actions/upload-artifact@v4
118118
with:
119119
name: tests-cpp-mac
120120
path: tests-cpp
121121
- name: Upload sycl tests
122-
uses: actions/upload-artifact@v2
122+
uses: actions/upload-artifact@v4
123123
with:
124124
name: tests-sycl-mac
125125
path: tests-sycl
126126
- name: Upload ispc tests
127-
uses: actions/upload-artifact@v2
127+
uses: actions/upload-artifact@v4
128128
with:
129129
name: tests-ispc-mac
130130
path: tests-ispc
@@ -133,7 +133,7 @@ jobs:
133133
runs-on: windows-latest
134134

135135
steps:
136-
- uses: actions/checkout@v2
136+
- uses: actions/checkout@v4
137137
- name: Check environment
138138
shell: cmd
139139
run: |

0 commit comments

Comments
 (0)