Skip to content

Commit 9be0264

Browse files
chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 (#656)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0. - [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.0.0 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 e9797ca commit 9be0264

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/issue-triage.lock.yml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Pack
103103
run: npm pack
104104
- name: Upload artifact
105-
uses: actions/upload-artifact@v6
105+
uses: actions/upload-artifact@v7.0.0
106106
with:
107107
name: nodejs-package
108108
path: nodejs/*.tgz
@@ -127,7 +127,7 @@ jobs:
127127
- name: Build and pack
128128
run: dotnet pack src/GitHub.Copilot.SDK.csproj -c Release -p:Version=${{ needs.version.outputs.version }} -o ./artifacts
129129
- name: Upload artifact
130-
uses: actions/upload-artifact@v6
130+
uses: actions/upload-artifact@v7.0.0
131131
with:
132132
name: dotnet-package
133133
path: dotnet/artifacts/*.nupkg
@@ -170,7 +170,7 @@ jobs:
170170
- name: Build platform wheels
171171
run: node scripts/build-wheels.mjs --output-dir dist
172172
- name: Upload artifact
173-
uses: actions/upload-artifact@v6
173+
uses: actions/upload-artifact@v7.0.0
174174
with:
175175
name: python-package
176176
path: python/dist/*

.github/workflows/sdk-consistency-review.lock.yml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)