Skip to content

Commit

Permalink
ci: v4 upload/download improvements don't require custom tar logic an…
Browse files Browse the repository at this point in the history
…ymore
  • Loading branch information
skwasjer committed Feb 7, 2024
1 parent 83d0d52 commit 6204086
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 82 deletions.
32 changes: 0 additions & 32 deletions .github/actions/download-artifact/action.yml

This file was deleted.

47 changes: 0 additions & 47 deletions .github/actions/upload-artifact/action.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
# Build
- run: dotnet build --no-restore -c Release ${{ env.msbuild-version-args }}
- name: Upload build artifacts
uses: ./.github/actions/upload-artifact
uses: actions/upload-artifact@v4
with:
name: build
path: |
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:

# Restore build artifacts
- name: Download build artifacts
uses: ./.github/actions/download-artifact
uses: actions/download-artifact@v4
with:
name: build

Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:

# Restore build artifacts
- name: Download build artifacts
uses: ./.github/actions/download-artifact
uses: actions/download-artifact@v4
with:
name: build

Expand Down

0 comments on commit 6204086

Please sign in to comment.