Skip to content

Commit ce6e1ee

Browse files
dependabot[bot]poiana
authored andcommitted
chore(deps): Bump actions/upload-artifact in the actions group
Bumps the actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4.3.6 to 4.4.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@834a144...5076954) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e0d71e7 commit ce6e1ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ jobs:
4747
tar -czvf falcoctl-${{ matrix.goos }}-${{ matrix.goarch }}.tar.gz falcoctl LICENSE
4848
4949
- name: Upload falcoctl artifacts
50-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
50+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
5151
with:
5252
name: falcoctl-${{ matrix.goos }}-${{ matrix.goarch }}
5353
path: ./falcoctl-${{ matrix.goos }}-${{ matrix.goarch }}
5454
retention-days: 1
5555

5656
- name: Upload falcoctl archives
57-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
57+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
5858
with:
5959
name: falcoctl-${{ matrix.goos }}-${{ matrix.goarch }}.tar.gz
6060
path: ./falcoctl-${{ matrix.goos }}-${{ matrix.goarch }}.tar.gz

0 commit comments

Comments
 (0)