Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.github/workflows/iso-build.yaml
diff options
context:
space:
mode:
authorSven Serlier <85389871+wrt54g@users.noreply.github.com>2022-09-02 12:30:47 +0200
committerGitHub <noreply@github.com>2022-09-02 12:30:47 +0200
commit01d44c5a3a4f4140b11fedb8cd99d9fb9d6a2ac9 (patch)
tree977139d0b223516ee262724e15adad879adf2f39 /.github/workflows/iso-build.yaml
parenta335f100fc95377374c47aab5b981e5c1c73aa00 (diff)
Update actions (#1362)
* Update actions/checkout to v3 * Update actions/checkout to v3 * Update actions * Update actions/checkout to v3 * Update actions/checkout to v3 * Update actions * Update actions
Diffstat (limited to '.github/workflows/iso-build.yaml')
-rw-r--r--.github/workflows/iso-build.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/iso-build.yaml b/.github/workflows/iso-build.yaml
index 6464b4a2..ab4e6f5f 100644
--- a/.github/workflows/iso-build.yaml
+++ b/.github/workflows/iso-build.yaml
@@ -26,7 +26,7 @@ jobs:
image: archlinux:latest
options: --privileged
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- run: pwd
- run: find .
- run: cat /etc/os-release
@@ -43,7 +43,7 @@ jobs:
- run: echo -e "git\npython\npython-pip\npython-build\npython-flit\npython-setuptools\npython-wheel" >> /tmp/archlive/packages.x86_64
- run: find /tmp/archlive
- run: cd /tmp/archlive; mkarchiso -v -w work/ -o out/ ./
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
with:
name: Arch Live ISO
path: /tmp/archlive/out/*.iso