Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the github-actions group with 3 updates #1756

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading