Skip to content

Commit 1941f81

Browse files
Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#519)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.3...v4.3.4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 74e31e8 commit 1941f81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
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/[email protected].3
25+
uses: actions/[email protected].4
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/[email protected].3
48+
uses: actions/[email protected].4
4949
with:
5050
name: windows-artifacts
5151
path: |

0 commit comments

Comments
 (0)