Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 (#4103)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose authored Feb 24, 2025
2 parents 8e387aa + f462607 commit e74bdc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
chmod -R u=rwX,go=rX assets-dist/
- name: Upload assets
uses: actions/upload-artifact@v4.6.0
uses: actions/upload-artifact@v4.6.1
with:
name: assets
path: assets-dist
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
-p mas-cli
- name: Upload binary artifact
uses: actions/upload-artifact@v4.6.0
uses: actions/upload-artifact@v4.6.1
with:
name: binary-${{ matrix.target }}
path: target/${{ matrix.target }}/release/mas-cli
Expand Down Expand Up @@ -180,13 +180,13 @@ jobs:
done
- name: Upload aarch64 archive
uses: actions/upload-artifact@v4.6.0
uses: actions/upload-artifact@v4.6.1
with:
name: mas-cli-aarch64-linux
path: mas-cli-aarch64-linux.tar.gz

- name: Upload x86_64 archive
uses: actions/upload-artifact@v4.6.0
uses: actions/upload-artifact@v4.6.1
with:
name: mas-cli-x86_64-linux
path: mas-cli-x86_64-linux.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:
SQLX_OFFLINE: "1"

- name: Upload archive to workflow
uses: actions/upload-artifact@v4.6.0
uses: actions/upload-artifact@v4.6.1
with:
name: nextest-archive
path: nextest-archive.tar.zst
Expand Down

0 comments on commit e74bdc6

Please sign in to comment.