Skip to content

Commit 747540a

Browse files
Bump actions/upload-artifact from 6 to 7 (#1972)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f70c829 commit 747540a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
./bin/acli
132132
composer box-compile
133133
- name: Store artifact in Actions
134-
uses: actions/upload-artifact@v6
134+
uses: actions/upload-artifact@v7
135135
with:
136136
name: acli.phar
137137
path: var/acli.phar
@@ -181,7 +181,7 @@ jobs:
181181
chmod +x acli
182182
tar -czvf native-acli-${{ matrix.platform }}.tar.gz acli
183183
- name: "Upload Artifact"
184-
uses: actions/upload-artifact@v6
184+
uses: actions/upload-artifact@v7
185185
with:
186186
path: acli
187187
name: native-acli-${{ matrix.platform }}

0 commit comments

Comments
 (0)