Skip to content

Commit f40bdbe

Browse files
Bump actions/upload-artifact in the github-actions group (#173)
Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4.6.0 to 4.6.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7670201 commit f40bdbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
pip install scons
5050
scons -j4 -C tests
5151
- name: Upload compilation results
52-
uses: actions/[email protected].0
52+
uses: actions/[email protected].1
5353
with:
5454
name: tests
5555
if-no-files-found: error

0 commit comments

Comments
 (0)