Skip to content

Commit a068191

Browse files
authored
Merge pull request #876 from flexion/dependabot/github_actions/actions/upload-artifact-6.0.0
Bump actions/upload-artifact from 5.0.0 to 6.0.0
2 parents 4ba36e2 + d774163 commit a068191

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
117117
- name: Upload coverage data
118118
if: always() && matrix.session == 'tests' && matrix.python == '3.11' && matrix.os == 'ubuntu-latest'
119-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
119+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
120120
with:
121121
# Hack for v4.4 hidden file change
122122
name: coverage-data
@@ -125,7 +125,7 @@ jobs:
125125

126126
- name: Upload documentation
127127
if: matrix.session == 'docs-build'
128-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
128+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
129129
with:
130130
name: docs
131131
path: docs/_build

0 commit comments

Comments
 (0)