Skip to content

Commit a42c1cd

Browse files
committed
Merge remote-tracking branch 'ibex/main' into main
2 parents 996fbbb + 19c87f4 commit a42c1cd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/vagrant-up.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,27 +84,27 @@ jobs:
8484
# Due to a bug in the release action, we have to upload all artifacts step-by-step
8585
# https://github.com/softprops/action-gh-release/issues/243
8686
- name: release gips-vm (1)
87-
uses: softprops/action-gh-release@v2
87+
uses: softprops/action-gh-release@v3
8888
with:
8989
body: "The VM archive can not be directly added to this release because of the size limitation of 2GB per file. Please download the split ZIP archive and extract it manually."
9090
files: gips-vm.zip
9191
- name: release gips-vm (2)
92-
uses: softprops/action-gh-release@v2
92+
uses: softprops/action-gh-release@v3
9393
with:
9494
body: "The VM archive can not be directly added to this release because of the size limitation of 2GB per file. Please download the split ZIP archive and extract it manually."
9595
files: gips-vm.z01
9696
- name: release gips-vm (3)
97-
uses: softprops/action-gh-release@v2
97+
uses: softprops/action-gh-release@v3
9898
with:
9999
body: "The VM archive can not be directly added to this release because of the size limitation of 2GB per file. Please download the split ZIP archive and extract it manually."
100100
files: gips-vm.z02
101101
- name: release gips-vm (4)
102-
uses: softprops/action-gh-release@v2
102+
uses: softprops/action-gh-release@v3
103103
with:
104104
body: "The VM archive can not be directly added to this release because of the size limitation of 2GB per file. Please download the split ZIP archive and extract it manually."
105105
files: gips-vm.z03
106106
- name: release gips-vm (5)
107-
uses: softprops/action-gh-release@v2
107+
uses: softprops/action-gh-release@v3
108108
with:
109109
body: "The VM archive can not be directly added to this release because of the size limitation of 2GB per file. Please download the split ZIP archive and extract it manually."
110110
files: gips-vm.z04

0 commit comments

Comments
 (0)