Skip to content

Commit 19c87f4

Browse files
authored
Merge pull request eMoflon#80 from eMoflon/feature/update-actions-gh-release-v3
Updates `action-gh-release` to v3
2 parents 6489f27 + d8b7802 commit 19c87f4

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 emoflon-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: emoflon-vm.zip
9191
- name: release emoflon-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: emoflon-vm.z01
9696
- name: release emoflon-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: emoflon-vm.z02
101101
- name: release emoflon-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: emoflon-vm.z03
106106
- name: release emoflon-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: emoflon-vm.z04

0 commit comments

Comments
 (0)