Skip to content

Commit cfba709

Browse files
authored
Update GitHub Action Versions (#50)
1 parent f674b89 commit cfba709

8 files changed

+8
-8
lines changed

.github/workflows/debian_based_CI.yml

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

6666
- name: Archive code coverage results
67-
uses: actions/[email protected].3
67+
uses: actions/[email protected].4
6868
with:
6969
name: ${{ env.artifact_name }}
7070
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
@@ -105,7 +105,7 @@ jobs:
105105

106106
- name: Archive code coverage results
107107
if: env.qbt_build_tool == 'cmake'
108-
uses: actions/[email protected].3
108+
uses: actions/[email protected].4
109109
with:
110110
name: ${{ env.name }}-graphs
111111
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
@@ -108,7 +108,7 @@ jobs:
108108

109109
- name: Archive code coverage results
110110
if: env.qbt_build_tool == 'cmake'
111-
uses: actions/[email protected].3
111+
uses: actions/[email protected].4
112112
with:
113113
name: ${{ env.name }}-graphs
114114
path: ${{ env.build_dir }}/completed/*.png

.github/workflows/multi_aarch64_artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- run: bash qbittorrent-nox-static.sh ${{ matrix.qbittorrent_patch }} qbittorrent
7171

7272
- name: Archive code coverage results
73-
uses: actions/[email protected].3
73+
uses: actions/[email protected].4
7474
with:
7575
name: ${{ matrix.arch_type }}-${{ matrix.build_tool_name }}${{ matrix.with_icu_name }}lt-v${{ matrix.libtorrent_version }}-qbittorrent-nox
7676
path: qbt-build/completed/qbittorrent-nox

.github/workflows/multi_armhf_artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- run: bash qbittorrent-nox-static.sh ${{ matrix.qbittorrent_patch }} qbittorrent
7171

7272
- name: Archive code coverage results
73-
uses: actions/[email protected].3
73+
uses: actions/[email protected].4
7474
with:
7575
name: ${{ matrix.arch_type }}-${{ matrix.build_tool_name }}${{ matrix.with_icu_name }}lt-v${{ matrix.libtorrent_version }}-qbittorrent-nox
7676
path: qbt-build/completed/qbittorrent-nox

.github/workflows/multi_armv7_artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- run: bash qbittorrent-nox-static.sh ${{ matrix.qbittorrent_patch }} qbittorrent
7171

7272
- name: Archive code coverage results
73-
uses: actions/[email protected].3
73+
uses: actions/[email protected].4
7474
with:
7575
name: ${{ matrix.arch_type }}-${{ matrix.build_tool_name }}${{ matrix.with_icu_name }}lt-v${{ matrix.libtorrent_version }}-qbittorrent-nox
7676
path: qbt-build/completed/qbittorrent-nox

.github/workflows/multi_x86_64_artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- run: bash qbittorrent-nox-static.sh ${{ matrix.qbittorrent_patch }} qbittorrent
7171

7272
- name: Archive code coverage results
73-
uses: actions/[email protected].3
73+
uses: actions/[email protected].4
7474
with:
7575
name: ${{ matrix.arch_type }}-${{ matrix.build_tool_name }}${{ matrix.with_icu_name }}lt-v${{ matrix.libtorrent_version }}-qbittorrent-nox
7676
path: qbt-build/completed/qbittorrent-nox

.github/workflows/qt6_RC_2_0_icu_amd64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- run: bash qbittorrent-nox-static.sh qbittorrent -qm
3434

3535
- name: Archive code coverage results
36-
uses: actions/[email protected].3
36+
uses: actions/[email protected].4
3737
with:
3838
name: qbittorrent-nox
3939
path: qbt-build/completed/qbittorrent-nox

0 commit comments

Comments
 (0)