Skip to content

Commit

Permalink
Bump the github-actions group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/github-script](https://github.com/actions/github-script).


Updates `actions/upload-artifact` from 1 to 4
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v1...v4)

Updates `actions/download-artifact` from 2 to 4
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...v4)

Updates `actions/github-script` from 6 to 7
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v6...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent 1551f8d commit 988cdc7
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 988cdc7

Please sign in to comment.