Skip to content

Commit 555f9c0

Browse files
authored
Merge pull request #181 from ESSS/dependabot/github_actions/github-actions-4eb699f393
Bump actions/download-artifact from 7 to 8 in the github-actions group
2 parents 0f22cb0 + e29a9c5 commit 555f9c0

2 files changed

Lines changed: 2 additions & 17 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v6
4141

4242
- name: Download Package
43-
uses: actions/download-artifact@v7
43+
uses: actions/download-artifact@v8
4444
with:
4545
name: Packages
4646
path: dist

.github/workflows/test.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v6
4444

4545
- name: Download Package
46-
uses: actions/download-artifact@v7
46+
uses: actions/download-artifact@v8
4747
with:
4848
name: Packages
4949
path: dist
@@ -62,18 +62,3 @@ jobs:
6262
shell: bash
6363
run: |
6464
tox run -e py --installpkg `find dist/*.tar.gz`
65-
66-
sonarcloud:
67-
68-
runs-on: ubuntu-latest
69-
70-
steps:
71-
- uses: actions/checkout@v6
72-
with:
73-
# Disabling shallow clone is recommended for improving relevancy of reporting
74-
fetch-depth: 0
75-
- name: SonarCloud Scan
76-
uses: sonarsource/sonarcloud-github-action@master
77-
env:
78-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
79-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)