Skip to content

Commit 0edebdf

Browse files
authored
Merge pull request #185 from porridge/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 417a29c + 0318135 commit 0edebdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,14 @@ jobs:
115115
if: always()
116116

117117
- name: Save artifacts
118-
uses: actions/upload-artifact@v5
118+
uses: actions/upload-artifact@v6
119119
if: always()
120120
with:
121121
name: test-artifacts-${{ matrix.python-version }}-${{ matrix.extension }}
122122
path: artifacts
123123

124124
- name: Save golden files
125-
uses: actions/upload-artifact@v5
125+
uses: actions/upload-artifact@v6
126126
if: always() && inputs.golden == true
127127
with:
128128
name: test-golden-${{ matrix.python-version }}-${{ matrix.extension }}

0 commit comments

Comments
 (0)