Skip to content

Commit

Permalink
Update GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
arixmkii committed Jan 30, 2024
1 parent 9c1c9ff commit de4300a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prepare-gocat-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: git config --global core.autocrlf input

- name: "πŸ“ Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
cat sha.checksums
- name: "πŸš€ Upload artifact"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: qcw-gocat
path: qcw
4 changes: 2 additions & 2 deletions .github/workflows/prepare-msys2-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
zip
- name: "πŸ“ Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1

Expand All @@ -36,7 +36,7 @@ jobs:
cat sha.checksums
- name: "πŸš€ Upload artifact"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: qcw-msys2-tools
path: qcw
6 changes: 3 additions & 3 deletions .github/workflows/prepare-openssh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
unzip
- name: "πŸ—οΈ Install tools"
uses: crazy-max/ghaction-chocolatey@v2
uses: crazy-max/ghaction-chocolatey@v3
with:
args: install 7zip.install

- name: "πŸ“ Configure checkout"
run: git config --global core.autocrlf input

- name: "πŸ“ Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1

Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
cat sha.checksums
- name: "πŸš€ Upload artifact"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: qcw-openssh
path: qcw
6 changes: 3 additions & 3 deletions .github/workflows/prepare-podman-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
mingw-w64-ucrt-x86_64-go
- name: "πŸ—οΈ Install tools"
uses: crazy-max/ghaction-chocolatey@v2
uses: crazy-max/ghaction-chocolatey@v3
with:
args: install pandoc

- name: "πŸ“ Configure checkout"
run: git config --global core.autocrlf input

- name: "πŸ“ Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1

Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
cat sha.checksums
- name: "πŸš€ Upload artifact"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: qcw-podman
path: qcw
6 changes: 3 additions & 3 deletions .github/workflows/prepare-qemu-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ jobs:
mingw-w64-ucrt-x86_64-zstd
- name: "πŸ—οΈ Install tools"
uses: crazy-max/ghaction-chocolatey@v2
uses: crazy-max/ghaction-chocolatey@v3
with:
args: install 7zip.install

- name: "πŸ“ Configure checkout"
run: git config --global core.autocrlf input

- name: "πŸ“ Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1

Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
cat sha.checksums
- name: "πŸš€ Upload artifact"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: qcw-qemu
path: qcw

0 comments on commit de4300a

Please sign in to comment.