Skip to content

Commit 8647a32

Browse files
chore(actions): bump actions/upload-artifact in the all group (#23)
Bumps the all group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `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 dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0d9499f commit 8647a32

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Upload VSIX artifact
6868
if: github.event_name != 'pull_request' && always()
69-
uses: actions/upload-artifact@v4
69+
uses: actions/upload-artifact@v5
7070
with:
7171
name: vsix
7272
path: |

.github/workflows/release-dryrun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
4040
4141
- name: Upload VSIX artifact
42-
uses: actions/upload-artifact@v4
42+
uses: actions/upload-artifact@v5
4343
with:
4444
name: ${{ steps.vars.outputs.file }}
4545
path: ${{ steps.vars.outputs.file }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
echo "file=$FILE" >> "$GITHUB_OUTPUT"
8080
8181
- name: Upload VSIX artifact
82-
uses: actions/upload-artifact@v4
82+
uses: actions/upload-artifact@v5
8383
with:
8484
name: ${{ steps.vars.outputs.name }}-${{ steps.verify.outputs.version }}
8585
path: ${{ steps.vars.outputs.file }}

0 commit comments

Comments
 (0)