Skip to content

Commit c8eb5a4

Browse files
Bump actions/upload-artifact from 1 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v1...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0612c42 commit c8eb5a4

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
@@ -93,7 +93,7 @@ jobs:
9393
run: rice embed-go
9494
working-directory: source
9595
- name: Upload Compiled Frontend (rice-box.go)
96-
uses: actions/upload-artifact@v1
96+
uses: actions/upload-artifact@v3
9797
with:
9898
name: static-rice-box
9999
path: ./source
@@ -193,7 +193,7 @@ jobs:
193193
echo "compressed=statping-darwin-${{ matrix.arch }}.tar.gz" >> $GITHUB_ENV
194194
195195
- name: Upload Compiled Statping Binary
196-
uses: actions/upload-artifact@v1
196+
uses: actions/upload-artifact@v3
197197
with:
198198
name: binaries
199199
path: ./build

0 commit comments

Comments
 (0)