Skip to content

Commit

Permalink
fix: update upload artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Jan 22, 2025
1 parent 2f1be4d commit e30eea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mapstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: mkdir -p scratch && cp web/target/georchestra-mapstore*.deb scratch/georchestra-mapstore-${{ github.sha }}.deb

- name: "publish deb as artifact"
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: georchestra-mapstore.deb
path: scratch/georchestra-mapstore-${{ github.sha }}.deb
Expand Down

0 comments on commit e30eea6

Please sign in to comment.