Skip to content

Commit

Permalink
ci: replace some deprecated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Jan 31, 2024
1 parent 6698756 commit be79d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
sudo apt-get install -y qemu-user-static
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -80,7 +80,7 @@ jobs:
- name: Save image
run: podman save --multi-image-archive ${{ matrix.name }}:${{ env.IMAGE_TAG }} > ${{ matrix.name }}-image.tar

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.name }}-container
path: ${{ matrix.name }}-image.tar
Expand Down

0 comments on commit be79d3f

Please sign in to comment.