Skip to content

Commit

Permalink
FIX: updated the artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Oct 5, 2024
1 parent d26f1a8 commit 6506c13
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ghuserbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
source: GH\PyGH\components
target: GH\PyGH\build

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: ghuser-components
path: GH\PyGH\build
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
run: invoke yakerize

- name: Save artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: scriptsync_yak_package
path: yaker\build\*.yak
Expand All @@ -121,7 +121,7 @@ jobs:
ref: main

- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: scriptsync_yak_package
path: yaker\build
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
vsce package
- name: Save artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: script-sync-vsix
path: VSCode/scriptsync/*.vsix
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
npm install @types/mocha --save-dev
- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: script-sync-vsix
path: VSCode\scriptsync
Expand Down Expand Up @@ -261,13 +261,13 @@ jobs:
ref: main

- name: Download Yak artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: scriptsync_yak_package
path: yaker/build

- name: Download VSIX artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: script-sync-vsix
path: VSCode/scriptsync
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rhinoplugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: dotnet build ./CsRhino/ScriptSync.csproj --configuration Release --no-restore

- name: Save artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ScriptSync.rhp
path: ./CsRhino/bin/Release/net48/
2 changes: 1 addition & 1 deletion .github/workflows/vscodeext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
vsce package
- name: Save artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: script-sync
path: VSCode/scriptsync/*.vsix
2 changes: 1 addition & 1 deletion .github/workflows/yakbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: invoke yakerize

- name: Save artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: scriptsync_yak_package
path: yaker/build/*.yak

0 comments on commit 6506c13

Please sign in to comment.