Skip to content

Commit

Permalink
chore: bump artifact workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-zlobintsev committed Jan 30, 2025
1 parent ea0ff75 commit 36ed62f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
gpg --armor --export > $PWD/release-artifacts/lact.pubkey
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.target-os }}
path: release-artifacts/*
Expand All @@ -95,7 +95,7 @@ jobs:
uses: actions/checkout@v3

- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: downloaded-artifacts/

Expand Down

0 comments on commit 36ed62f

Please sign in to comment.