Skip to content

Commit

Permalink
Merge pull request #1756 from oneapi-src/dependabot/github_actions/gi…
Browse files Browse the repository at this point in the history
…thub-actions-aafbaffb6b

Bump the github-actions group with 3 updates
  • Loading branch information
zhimingwang36 authored Mar 5, 2024
2 parents 1551f8d + 988cdc7 commit 880f239
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_lin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Pack Results
run: tar -cJf c2s_obj.tar.xz -C $GITHUB_WORKSPACE/c2s.obj ./
- name: Upload Results
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: SYCLomatic_linux_${{ github.sha }}
path: c2s_obj.tar.xz
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
run: |
git clone https://[email protected]/oneapi-src/SYCLomatic-test.git test_repo -b SYCLomatic
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: SYCLomatic_linux_${{ github.sha }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: |
C:\7-Zip\7z.exe a c2s_obj.7z c2s.obj
- name: Upload Build
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: SYCLomatic_Win_${{ github.sha }}
path: c2s_obj.7z
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
shell: cmd

- name: Download Build
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: SYCLomatic_Win_${{ github.sha }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/email-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Validate author email
if: ${{ endsWith(steps.author.outputs.EMAIL, 'noreply.github.com') }}
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
EMAIL: ${{ steps.author.outputs.EMAIL }}
with:
Expand Down

0 comments on commit 880f239

Please sign in to comment.