Skip to content

Commit daf4129

Browse files
Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#45)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea4fcfd commit daf4129

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,19 @@ jobs:
4444
- run: tar -cvf Out/macOSRelease.tar -C target/x86_64-apple-darwin/release/bundle/osx/ $(ls target/x86_64-apple-darwin/release/bundle/osx/)
4545
- run: tar -cvf OutDebug/macOSDebugAppleSilicon.tar -C target/aarch64-apple-darwin/debug/bundle/osx/ $(ls target/aarch64-apple-darwin/debug/bundle/osx/)
4646
- run: tar -cvf Out/macOSReleaseAppleSilicon.tar -C target/aarch64-apple-darwin/release/bundle/osx/ $(ls target/aarch64-apple-darwin/release/bundle/osx/)
47-
- uses: actions/upload-artifact@v4.3.3
47+
- uses: actions/upload-artifact@v4.3.4
4848
with:
4949
name: macOS Debug
5050
path: OutDebug/macOSDebug.tar
51-
- uses: actions/upload-artifact@v4.3.3
51+
- uses: actions/upload-artifact@v4.3.4
5252
with:
5353
name: macOS Release
5454
path: Out/macOSRelease.tar
55-
- uses: actions/upload-artifact@v4.3.3
55+
- uses: actions/upload-artifact@v4.3.4
5656
with:
5757
name: macOS Apple Silicon Debug
5858
path: OutDebug/macOSDebugAppleSilicon.tar
59-
- uses: actions/upload-artifact@v4.3.3
59+
- uses: actions/upload-artifact@v4.3.4
6060
with:
6161
name: macOS Apple Silicon Release
6262
path: Out/macOSReleaseAppleSilicon.tar
@@ -72,11 +72,11 @@ jobs:
7272
- run: cargo install cargo-bundle
7373
- run: cargo bundle
7474
- run: cargo bundle --release
75-
- uses: actions/upload-artifact@v4.3.3
75+
- uses: actions/upload-artifact@v4.3.4
7676
with:
7777
name: Linux Debug
7878
path: target/debug/bundle/deb/*.deb
79-
- uses: actions/upload-artifact@v4.3.3
79+
- uses: actions/upload-artifact@v4.3.4
8080
with:
8181
name: Linux Release
8282
path: target/release/bundle/deb/*.deb
@@ -89,11 +89,11 @@ jobs:
8989
- uses: dtolnay/rust-toolchain@nightly
9090
- run: cargo build -Zunstable-options --out-dir=out-debug
9191
- run: cargo build --release -Zunstable-options --out-dir=out
92-
- uses: actions/upload-artifact@v4.3.3
92+
- uses: actions/upload-artifact@v4.3.4
9393
with:
9494
name: Windows Debug
9595
path: out-debug/*.exe
96-
- uses: actions/upload-artifact@v4.3.3
96+
- uses: actions/upload-artifact@v4.3.4
9797
with:
9898
name: Windows Release
9999
path: out/*.exe

0 commit comments

Comments
 (0)