We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673e6f8 commit c4bba72Copy full SHA for c4bba72
1 file changed
.github/workflows/release.yaml
@@ -46,7 +46,7 @@ jobs:
46
echo "artifacts_path=$(realpath ..)" | tee -a "$GITHUB_OUTPUT"
47
shell: "bash"
48
- name: "Upload artifacts"
49
- uses: "actions/upload-artifact@v5"
+ uses: "actions/upload-artifact@v6"
50
with:
51
name: "${{ github.event.repository.name }}"
52
path: |
@@ -73,7 +73,7 @@ jobs:
73
- name: "Checkout"
74
uses: "actions/checkout@v6"
75
- name: "Download generated debs"
76
- uses: "actions/download-artifact@v6"
+ uses: "actions/download-artifact@v7"
77
78
79
path: ".artifacts"
0 commit comments