Skip to content

Commit

Permalink
fix: change conditions for expired and active bookings
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuzynow committed Oct 18, 2024
1 parent 33bd992 commit 0ac9925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: mvn -B -Pprod clean package -DskipTests=true
# - name: Maven Verify
# run: mvn -B -Pprod clean verify -DskipTests=true
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: targetfiles
path: target/*.jar
Expand All @@ -49,7 +49,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Download buildfiles artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: targetfiles
- name: Get current time
Expand Down

0 comments on commit 0ac9925

Please sign in to comment.