Revision: 45428
http://sourceforge.net/p/vice-emu/code/45428
Author: gpz
Date: 2024-12-24 18:09:18 +0000 (Tue, 24 Dec 2024)
Log Message:
-----------
i missed one more. like we didn't have computers for this
Modified Paths:
--------------
trunk/.github/workflows/make-release.yml
Modified: trunk/.github/workflows/make-release.yml
===================================================================
--- trunk/.github/workflows/make-release.yml 2024-12-24 17:57:31 UTC (rev 45427)
+++ trunk/.github/workflows/make-release.yml 2024-12-24 18:09:18 UTC (rev 45428)
@@ -155,7 +155,7 @@
echo "pdf_path=$(echo $(pwd)/doc/vice.pdf)" >> $GITHUB_OUTPUT
- name: Upload
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: vice-pdf
path: ${{ steps.build.outputs.pdf_path }}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|