Skip to content

Commit 429c09e

Browse files
author
Pavel Chupin
authored
[CI][NFC] Uplift versions of github actions (#7055)
More updates needed, following #7038
1 parent 4954977 commit 429c09e

File tree

11 files changed

+17
-17
lines changed

11 files changed

+17
-17
lines changed

.github/workflows/issue-release-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
contains(github.event.action == 'opened' && github.event.issue.body || github.event.comment.body, '/cherry-pick')
3737
steps:
3838
- name: Fetch LLVM sources
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v2
4040
with:
4141
repository: llvm/llvm-project
4242
# GitHub stores the token used for checkout and uses it for pushes
@@ -71,7 +71,7 @@ jobs:
7171
7272
steps:
7373
- name: Fetch LLVM sources
74-
uses: actions/checkout@v3
74+
uses: actions/checkout@v2
7575
with:
7676
persist-credentials: false
7777

.github/workflows/llvm-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,14 @@ jobs:
143143
# Remove symbol versioning from dumps, so we can compare across major versions.
144144
sed -i 's/LLVM_${{ matrix.llvm_version_major }}/LLVM_NOVERSION/' ${{ matrix.ref }}.abi
145145
- name: Upload ABI file
146-
uses: actions/upload-artifact@v2
146+
uses: actions/upload-artifact@v1
147147
with:
148148
name: ${{ matrix.name }}
149149
path: ${{ matrix.ref }}.abi
150150

151151
- name: Upload symbol list file
152152
if: matrix.name == 'build-baseline'
153-
uses: actions/upload-artifact@v2
153+
uses: actions/upload-artifact@v1
154154
with:
155155
name: symbol-list
156156
path: llvm.symbols
@@ -189,7 +189,7 @@ jobs:
189189
abi-compliance-checker $EXTRA_ARGS -l libLLVM.so -old build-baseline/*.abi -new build-latest/*.abi || test "${{ needs.abi-dump-setup.outputs.ABI_HEADERS }}" = "llvm-c"
190190
- name: Upload ABI Comparison
191191
if: always()
192-
uses: actions/upload-artifact@v2
192+
uses: actions/upload-artifact@v1
193193
with:
194194
name: compat-report-${{ github.sha }}
195195
path: compat_reports/

.github/workflows/sycl_linux_build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,12 @@ jobs:
161161
- name: Pack LIT
162162
run: tar -cJf lit.tar.xz -C $GITHUB_WORKSPACE/src/llvm/utils/lit .
163163
- name: Upload toolchain
164-
uses: actions/upload-artifact@v2
164+
uses: actions/upload-artifact@v3
165165
with:
166166
name: sycl_linux_${{ inputs.build_artifact_suffix }}
167167
path: llvm_sycl.tar.xz
168168
- name: Upload LIT
169-
uses: actions/upload-artifact@v2
169+
uses: actions/upload-artifact@v3
170170
with:
171171
name: sycl_lit_${{ inputs.build_artifact_suffix }}
172172
path: lit.tar.xz

.github/workflows/sycl_macos_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Pack toolchain
6767
run: tar -cJf llvm_sycl.tar.xz -C $GITHUB_WORKSPACE/build/install .
6868
- name: Upload toolchain
69-
uses: actions/upload-artifact@v2
69+
uses: actions/upload-artifact@v3
7070
with:
7171
name: sycl_macos_${{ inputs.build_artifact_suffix }}
7272
path: llvm_sycl.tar.xz

.github/workflows/sycl_nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
needs: ubuntu2004_build_test
4949
steps:
5050
- uses: actions/checkout@v3
51-
- uses: actions/download-artifact@v2
51+
- uses: actions/download-artifact@v3
5252
with:
5353
name: sycl_linux_default
5454
path: devops/

.github/workflows/sycl_post_commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install Ubuntu deps
5151
run: sudo apt install -y ninja-build ccache
5252
- name: Setup Cache
53-
uses: actions/cache@v2
53+
uses: actions/cache@v3
5454
id: cache
5555
with:
5656
path: ${{ github.workspace }}/cache
@@ -104,7 +104,7 @@ jobs:
104104
- name: Pack
105105
run: tar -czvf llvm_sycl.tar.gz -C $GITHUB_WORKSPACE/build/install .
106106
- name: Upload artifacts
107-
uses: actions/upload-artifact@v2
107+
uses: actions/upload-artifact@v3
108108
with:
109109
name: sycl_linux_${{ matrix.config }}
110110
path: llvm_sycl.tar.gz

.github/workflows/sycl_windows_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
shell: bash
7979
run: cmake --build build --target deploy-sycl-toolchain
8080
- name: Upload toolchain
81-
uses: actions/upload-artifact@v2
81+
uses: actions/upload-artifact@v3
8282
with:
8383
name: sycl_windows_default
8484
path: install/**/*

.github/workflows/version-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Fetch LLVM sources
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v2
1919
with:
2020
fetch-depth: 0
2121

devops/actions/build_container/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
username: ${{ inputs.username }}
3333
password: ${{ inputs.password }}
3434
- name: Build and Push Container
35-
uses: docker/build-push-action@v3
35+
uses: docker/build-push-action@v3.2.0
3636
with:
3737
push: ${{ inputs.push }}
3838
tags: ${{ inputs.tags }}

devops/actions/khronos_cts_test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
git submodule update --init
4343
shell: bash
4444
- name: Download compiler toolchain
45-
uses: actions/download-artifact@v2
45+
uses: actions/download-artifact@v3
4646
with:
4747
name: ${{ inputs.sycl_artifact }}
4848
- name: Extract SYCL toolchain

0 commit comments

Comments
 (0)