Skip to content

Commit

Permalink
chore: Update upload-artifact to v4 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
driskell committed Feb 18, 2025
1 parent 515fd8e commit 1cc837a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/copr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
GNU_PG: ${{ secrets.GNU_PG }}
TARGET_REPO: log-courier2
- name: Upload SRPM
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: log-courier
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
GNU_PG: ${{ secrets.GNU_PG }}
TARGET_REPO: log-courier2
- name: Upload SRPM
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: log-carver
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
GNU_PG: ${{ secrets.GNU_PG }}
TARGET_REPO: log-courier2
- name: Upload SRPM
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: lc-admin
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
GNU_PG: ${{ secrets.GNU_PG }}
TARGET_REPO: log-courier2
- name: Upload SRPM
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: lc-tlscert
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ppa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
COPR_CLI: ${{ secrets.COPR_CLI }}
GNU_PG: ${{ secrets.GNU_PG }}
- name: Upload Sources
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: log-courier
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
COPR_CLI: ${{ secrets.COPR_CLI }}
GNU_PG: ${{ secrets.GNU_PG }}
- name: Upload Sources
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: log-courier
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
COPR_CLI: ${{ secrets.COPR_CLI }}
GNU_PG: ${{ secrets.GNU_PG }}
- name: Upload Sources
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: log-courier
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
COPR_CLI: ${{ secrets.COPR_CLI }}
GNU_PG: ${{ secrets.GNU_PG }}
- name: Upload Sources
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: lc-tlscert
Expand Down

0 comments on commit 1cc837a

Please sign in to comment.