Skip to content

Commit 896681f

Browse files
Bump actions/upload-artifact from 2.3.1 to 3 (#78)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.1 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2.3.1...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4a5ac71 commit 896681f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/debian_based_CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- run: bash qbittorrent-nox-static.sh qbittorrent ${{ matrix.build_tool_flag }}
6767

6868
- name: Archive code coverage results
69-
uses: actions/upload-artifact@v2.3.1
69+
uses: actions/upload-artifact@v3
7070
with:
7171
name: ${{ env.artifact_name }}
7272
path: ${{ env.build_dir }}/completed/qbittorrent-nox

.github/workflows/matrix_multi_build_and_release.yml

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

130130
- name: Archive code coverage results
131131
if: matrix.build_tool == 'cmake'
132-
uses: actions/upload-artifact@v2.3.1
132+
uses: actions/upload-artifact@v3
133133
with:
134134
name: ${{ env.name }}-graphs
135135
path: ${{ env.build_dir }}/completed/*.png

.github/workflows/matrix_multi_build_and_release_customs_tags.yml

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

128128
- name: Archive code coverage results
129129
if: matrix.build_tool == 'cmake'
130-
uses: actions/upload-artifact@v2.3.1
130+
uses: actions/upload-artifact@v3
131131
with:
132132
name: ${{ env.name }}-graphs
133133
path: ${{ env.build_dir }}/completed/*.png

0 commit comments

Comments
 (0)