Skip to content

Commit 6a199c1

Browse files
authored
Merge pull request #6 from ErenayDev/renovate/major-github-artifact-actions
chore(deps): update github artifact actions (major)
2 parents ffd5189 + dbd0a23 commit 6a199c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/autoBuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
find target/${{ matrix.target }}/generate-rpm -name "*.rpm" -exec cp {} ${{ steps.crate_info.outputs.name }}-${{ steps.crate_info.outputs.version }}-1.x86_64.rpm \;
104104
105105
- name: Upload artifacts
106-
uses: actions/upload-artifact@v4
106+
uses: actions/upload-artifact@v5
107107
with:
108108
name: ${{ steps.crate_info.outputs.name }}-${{ matrix.target }}
109109
path: |
@@ -120,7 +120,7 @@ jobs:
120120
steps:
121121
- uses: actions/checkout@v5
122122
- name: Download artifacts
123-
uses: actions/download-artifact@v4
123+
uses: actions/download-artifact@v6
124124
with:
125125
path: artifacts
126126
- name: Get crate info

0 commit comments

Comments
 (0)