Skip to content

Commit e6431a3

Browse files
authoredAug 16, 2024··
Bump actions/upload-artifact from 4.3.4 to 4.3.6 (#534)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.4...v4.3.6) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent adbfd1f commit e6431a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Run tests
2323
run: sudo target/x86_64-unknown-linux-musl/release/avml --compress output.lime
2424
- name: upload artifacts
25-
uses: actions/upload-artifact@v4.3.4
25+
uses: actions/upload-artifact@v4.3.6
2626
with:
2727
name: build-artifacts
2828
path: |
@@ -45,7 +45,7 @@ jobs:
4545
- name: Run tests
4646
run: cargo test
4747
- name: upload artifacts
48-
uses: actions/upload-artifact@v4.3.4
48+
uses: actions/upload-artifact@v4.3.6
4949
with:
5050
name: windows-artifacts
5151
path: |

0 commit comments

Comments
 (0)
Please sign in to comment.