Skip to content

Commit

Permalink
releng: update pipeline to actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ruspl-afed committed Nov 12, 2024
1 parent d3c70e2 commit ab120ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
tar -C ./releng/ru.arsysop.svn.repository/target -czvf repository.tar.gz repository
- name: Preserve p2
if: ${{ github.event_name == 'push' }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: p2
path: ./repository.tar.gz
Expand Down

0 comments on commit ab120ee

Please sign in to comment.