Skip to content

Commit

Permalink
Update action versions in d.yml
Browse files Browse the repository at this point in the history
Update d.yml
  • Loading branch information
rushsteve1 committed Dec 20, 2024
1 parent 04ac8b9 commit d249e3e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: dlang-community/setup-dlang@v1
- uses: actions/checkout@v4
- uses: dlang-community/setup-dlang@v2
with:
compiler: ldc-latest

Expand All @@ -34,21 +34,21 @@ jobs:
rake package
- name: Upload Build Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: "trash-d"
path: |
build/trash
build/trash.man
- name: Upload Coverage Logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: "coverage-logs"
path: "build/coverage/*.lst"

- name: Upload Packages
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: "built-packages"
path: |
Expand Down

0 comments on commit d249e3e

Please sign in to comment.