Skip to content

Commit ad3e98a

Browse files
committed
Fix Github action failure by moving upload-artifact to v4
1 parent eeebbf7 commit ad3e98a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ jobs:
101101
src/Build/build_cmake_deb.sh WXSTATIC INDICATOR
102102
103103
- name: Upload GUI .deb packages
104-
uses: actions/upload-artifact@v3
104+
uses: actions/upload-artifact@v4
105105
with:
106106
name: veracrypt-gui-debs
107107
path: /tmp/VeraCrypt_Packaging/GUI/Packaging/veracrypt-*.*
108108

109109
- name: Upload Console .deb packages
110-
uses: actions/upload-artifact@v3
110+
uses: actions/upload-artifact@v4
111111
with:
112112
name: veracrypt-console-debs
113113
path: /tmp/VeraCrypt_Packaging/Console/Packaging/veracrypt-console-*.*

0 commit comments

Comments
 (0)