Skip to content

Commit

Permalink
Upgrades all GitHub-provided Actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Dec 18, 2023
1 parent 2fdbeb6 commit aaf2b44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vagrant-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
vboxmanage list vms | \
grep -o -P '(?<={).*(?=})' | \
while read line ; do vboxmanage unregistervm $line --delete ; done
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: show Vagrant version
run: vagrant --version
- name: run vagrant up
Expand All @@ -51,7 +51,7 @@ jobs:
tar -cvf emoflon.ova emoflon.ovf emoflon-disk001.vmdk
rm -rf emoflon.ovf emoflon-disk001.vmdk
- name: upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: emoflon-ova
path: emoflon.ova
Expand Down

0 comments on commit aaf2b44

Please sign in to comment.