Skip to content

Commit 4bdee95

Browse files
build(deps): Bump actions/upload-artifact from 4 to 5 (#310)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fb95be5 commit 4bdee95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
go build -tags "static system_libgit2 enable_libgit2"
8080
8181
- name: Upload modctl
82-
uses: actions/upload-artifact@v4
82+
uses: actions/upload-artifact@v5
8383
with:
8484
name: modctl-artifact
8585
path: modctl
@@ -110,7 +110,7 @@ jobs:
110110
hf download ${{ env.MODEL }} --local-dir ${{ env.MODEL_DIR }}
111111
112112
- name: Upload model
113-
uses: actions/upload-artifact@v4
113+
uses: actions/upload-artifact@v5
114114
with:
115115
name: model-artifact
116116
path: ${{ env.MODEL_DIR }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
nfpm pkg --packager rpm --config hack/nfpm.yaml --target dist/modctl-${TAG}-${{ matrix.goos }}-${{ matrix.goarch }}.rpm
126126
127127
- name: Upload artifacts
128-
uses: actions/upload-artifact@v4
128+
uses: actions/upload-artifact@v5
129129
with:
130130
name: modctl-${{ matrix.goos }}-${{ matrix.goarch }}
131131
path: dist/

0 commit comments

Comments
 (0)