Skip to content

Commit

Permalink
One more action update missed
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpaljak committed Mar 29, 2024
1 parent ab5e2fd commit cfd02cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/robot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache: 'gradle'
- name: Package
run: date +%y.%m.%d.${{github.run_number}} > version.txt && ./gradlew --no-daemon shadowJar
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4.3.1
with:
name: jar
path: build/libs/nfc4pc-*.jar
Expand Down

0 comments on commit cfd02cc

Please sign in to comment.