Skip to content

Commit bc889f8

Browse files
Update actions/upload-artifact action to v4.4.3 (#218)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f1bd334 commit bc889f8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Build binary
4040
run: CGO_ENABLED=0 go build
4141
- name: Upload binary
42-
uses: actions/upload-artifact@v4.4.0
42+
uses: actions/upload-artifact@v4.4.3
4343
with:
4444
name: ${{ matrix.build.name }}
4545
path: ${{ matrix.build.path }}/${{ matrix.build.name }}
@@ -72,7 +72,7 @@ jobs:
7272
- name: Create tar.gz
7373
run: cd dist && tar cvzf ../${{ matrix.build.name }}.tar.gz .
7474
- name: Upload tar.gz
75-
uses: actions/upload-artifact@v4.4.0
75+
uses: actions/upload-artifact@v4.4.3
7676
with:
7777
name: ${{ matrix.build.name }}
7878
path: ${{ matrix.build.path }}/${{ matrix.build.name }}.tar.gz
@@ -93,7 +93,7 @@ jobs:
9393
docker cp makerpms:/srv/makerpms/rpmbuild/RPMS/noarch/ RPMS
9494
cp RPMS/* dedalo.rpm
9595
- name: Upload dedalo
96-
uses: actions/upload-artifact@v4.4.0
96+
uses: actions/upload-artifact@v4.4.3
9797
with:
9898
name: dedalo
9999
path: dedalo/dist/dedalo.rpm

0 commit comments

Comments
 (0)