Skip to content

Commit 75907ac

Browse files
authored
Merge pull request #43 from eMoflon/hotfix/fix-github-action-versions
Fixes wrong GitHub Actions versions (typo + old version)
2 parents 0c711e1 + 2e57151 commit 75907ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vagrant-up.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') && github.event_name != 'schedule'
7676
steps:
7777
- name: collect artifacts
78-
uses: actions/download-artifact@4
78+
uses: actions/download-artifact@v4
7979
- name: create splitted ZIP archive
8080
run: |
8181
sudo apt-get install -yq zip
@@ -98,7 +98,7 @@ jobs:
9898
body: "The VM archive can not be directly added to this release because of the size limitation of 2GB per file. Please download the splitted ZIP archive and extract it manually."
9999
files: emoflon-vm.z02
100100
- name: release emoflon-vm (4)
101-
uses: softprops/action-gh-release@v1
101+
uses: softprops/action-gh-release@v2
102102
with:
103103
body: "The VM archive can not be directly added to this release because of the size limitation of 2GB per file. Please download the splitted ZIP archive and extract it manually."
104104
files: emoflon-vm.z03

0 commit comments

Comments
 (0)