Skip to content

Commit 0af8433

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
run: cargo build --release --target ${{ matrix.target.rustTarget }}
104104

105105
- name: Upload Asset
106-
uses: actions/upload-artifact@v6
106+
uses: actions/upload-artifact@v7
107107
with:
108108
name: ${{ env.APP_NAME }}-${{ matrix.target.rustTarget }}${{ endsWith(matrix.target.rustTarget, '-windows-gnu') && '.exe' || '' }}
109109
path: ./target/${{ matrix.target.rustTarget }}/release/${{ env.APP_NAME }}${{ endsWith(matrix.target.rustTarget, '-windows-gnu') && '.exe' || '' }}
@@ -130,7 +130,7 @@ jobs:
130130

131131
- name: Upload Test Artifact
132132
if: ${{ matrix.target.testTarget != '' }}
133-
uses: actions/upload-artifact@v6
133+
uses: actions/upload-artifact@v7
134134
with:
135135
name: http_trace_server-${{ matrix.target.testTarget }}-${{ matrix.target.rustTarget }}
136136
path: ./publish/${{ matrix.target.testTarget }}

0 commit comments

Comments
 (0)