Skip to content

Commit a8d43a9

Browse files
ci: bump actions/upload-artifact from 4.3.1 to 4.3.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.1...v4.3.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 46e63f1 commit a8d43a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Upload coverage data
6767
if: always() && matrix.session == 'tests'
68-
uses: "actions/upload-artifact@v4.3.1"
68+
uses: "actions/upload-artifact@v4.3.2"
6969
with:
7070
name: coverage-data
7171
path: ".coverage.*"

0 commit comments

Comments
 (0)