summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-07 03:15:56 +0000
committerGitHub <noreply@github.com>2022-03-07 03:15:56 +0000
commitf7cbee3889bc7c568fbd422ccb1774e7f784a11a (patch)
tree0989fed9580e8f555f328a2e76b3e12b0ccb328d /.github
parent01a3bfed38982b04edf08908dd5702e1d35ca251 (diff)
Bump actions/upload-artifact from 2.3.1 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.1 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.3.1...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>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9c3a4932..091094f8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
GOPATH: ${{ runner.workspace }}
ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH: go1.18rc1
- name: Save binary
- uses: actions/upload-artifact@v2.3.1
+ uses: actions/upload-artifact@v3
with:
name: gomplate
path: bin/gomplate
@@ -62,7 +62,7 @@ jobs:
env:
GOPATH: ${{ runner.workspace }}
- name: Save binary
- uses: actions/upload-artifact@v2.3.1
+ uses: actions/upload-artifact@v3
with:
name: gomplate.exe
path: bin/gomplate.exe