Skip to content

Commit facd440

Browse files
Bump actions/upload-artifact from 4 to 5
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]>
1 parent aefa886 commit facd440

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,14 +178,14 @@ jobs:
178178
echo "VERSION_SHORT=${VERSION_SHORT}"
179179
echo "VERSION_MAJOR=${VERSION_MAJOR}"
180180
181-
- uses: actions/upload-artifact@v4
181+
- uses: actions/upload-artifact@v5
182182
name: Create dev AzDO VSIX artifact
183183
with:
184184
name: azdo-task-dev
185185
path: ./output/devcontainers-dev.ci-${{ steps.build.outputs.version }}.vsix
186186
if-no-files-found: error
187187

188-
- uses: actions/upload-artifact@v4
188+
- uses: actions/upload-artifact@v5
189189
name: Create release AzDO VSIX artifact
190190
with:
191191
name: azdo-task

0 commit comments

Comments
 (0)