Skip to content

Commit a331513

Browse files
authored
Merge pull request #196 from statisticsnorway/dependabot/github_actions/github-action-dependencies-80a5b9c516
Bump the github-action-dependencies group with 4 updates
2 parents 005d488 + fe53e29 commit a331513

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
subprocess.run(cmd, shell=True)
9292
9393
- name: Restore pre-commit cache
94-
uses: actions/cache@v4
94+
uses: actions/cache@v5
9595
if: matrix.session == 'pre-commit'
9696
with:
9797
path: ~/.cache/pre-commit
@@ -105,15 +105,15 @@ jobs:
105105
106106
- name: Upload coverage data
107107
if: always() && matrix.session == 'tests'
108-
uses: "actions/upload-artifact@v5"
108+
uses: "actions/upload-artifact@v6"
109109
with:
110110
name: coverage-data-${{ matrix.os }}-${{ matrix.python }}
111111
path: ".coverage.*"
112112
include-hidden-files: true
113113

114114
- name: Upload documentation
115115
if: matrix.session == 'docs-build'
116-
uses: actions/upload-artifact@v5
116+
uses: actions/upload-artifact@v6
117117
with:
118118
name: docs
119119
path: docs/_build
@@ -150,7 +150,7 @@ jobs:
150150
nox --version
151151
152152
- name: Download coverage data
153-
uses: actions/download-artifact@v6
153+
uses: actions/download-artifact@v7
154154
with:
155155
pattern: coverage-data-*
156156
merge-multiple: true
@@ -176,4 +176,4 @@ jobs:
176176
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
177177
# No need to run SonarCloud analysis if dependabot update or token not defined
178178
if: env.SONAR_TOKEN != '' && (github.actor != 'dependabot[bot]')
179-
uses: SonarSource/sonarqube-scan-action@v6.0.0
179+
uses: SonarSource/sonarqube-scan-action@v7.0.0

0 commit comments

Comments
 (0)