Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
zeira42 committed Dec 9, 2024
1 parent 17bbe80 commit 8083bb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
"
- name: upload build artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: test-artifact
path: bin/test
Expand All @@ -56,7 +56,7 @@ jobs:
run: mkdir -p ./team06/bin

- name: download build artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: test-artifact
path: ./team06/bin
Expand Down

0 comments on commit 8083bb9

Please sign in to comment.