Skip to content

Commit eb1339a

Browse files
authored
Merge branch 'main' into rga6
2 parents 274d3d6 + d0d53b9 commit eb1339a

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: tar # to preserve any permissions
3838
run: |
3939
tar cavf build_timeline.tar.zst target
40-
- uses: actions/upload-artifact@v6
40+
- uses: actions/upload-artifact@v7
4141
with:
4242
name: build_timeline
4343
retention-days: 1
@@ -111,12 +111,12 @@ jobs:
111111
validation_files
112112
- run: tree slurm
113113
- run: tree outfiles
114-
- uses: actions/upload-artifact@v6
114+
- uses: actions/upload-artifact@v7
115115
with:
116116
name: slurm_${{ matrix.type }}
117117
retention-days: 1
118118
path: slurm
119-
- uses: actions/upload-artifact@v6
119+
- uses: actions/upload-artifact@v7
120120
with:
121121
name: outfiles_histogram_${{ matrix.type }}
122122
retention-days: 14
@@ -200,12 +200,12 @@ jobs:
200200
echo '```' >> $GITHUB_STEP_SUMMARY
201201
tree web | xargs -0 -I{} echo {} >> $GITHUB_STEP_SUMMARY
202202
echo '```' >> $GITHUB_STEP_SUMMARY
203-
- uses: actions/upload-artifact@v6
203+
- uses: actions/upload-artifact@v7
204204
with:
205205
name: outfiles_timelines_${{ matrix.type }}
206206
retention-days: 14
207207
path: outfiles
208-
- uses: actions/upload-artifact@v6
208+
- uses: actions/upload-artifact@v7
209209
with:
210210
name: web_timelines_${{ matrix.type }}
211211
retention-days: 14

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@
8282
<dependency>
8383
<groupId>org.codehaus.groovy</groupId>
8484
<artifactId>groovy-eclipse-batch</artifactId>
85-
<version>5.0.4-01</version> <!-- NOTE: if no release notes, try commit history of https://github.com/groovy/groovy-eclipse -->
85+
<version>5.0.4-02</version> <!-- NOTE: if no release notes, try commit history of https://github.com/groovy/groovy-eclipse -->
8686
</dependency>
8787
</dependencies>
8888
</plugin>
8989
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-dependency-plugin -->
9090
<plugin>
9191
<groupId>org.apache.maven.plugins</groupId>
9292
<artifactId>maven-dependency-plugin</artifactId>
93-
<version>3.9.0</version>
93+
<version>3.10.0</version>
9494
<executions>
9595
<execution>
9696
<id>copy-dependencies</id>

0 commit comments

Comments
 (0)